@@ -15,38 +15,38 @@ body.active_admin {
1515}
1616#wrapper {
1717 div .tabs {
18- > ul > li > a {
19- background-image : none ;
20- box-shadow : none ;
21- text-shadow : none ;
22- box-shadow : none ;
23- margin-bottom : 11px ;
24- border : none ;
25- background-color : $skinMainSecondColor ;
26- color : #ffffff ;
27- margin-right : 5px ;
28- padding : 10px 20px ;
18+ > ul > li > a {
19+ background-image : none ;
20+ box-shadow : none ;
21+ text-shadow : none ;
22+ box-shadow : none ;
23+ margin-bottom : 11px ;
24+ border : none ;
25+ background-color : $skinMainSecondColor ;
26+ color : #ffffff ;
27+ margin-right : 5px ;
28+ padding : 10px 20px ;
2929
30- -webkit-border-top-left-radius : $skinBorderRadius ;
31- -webkit-border-top-right-radius : $skinBorderRadius ;
32- -moz-border-radius-topleft : $skinBorderRadius ;
33- -moz-border-radius-topright : $skinBorderRadius ;
34- border-top-left-radius : $skinBorderRadius ;
35- border-top-right-radius : $skinBorderRadius ;
30+ -webkit-border-top-left-radius : $skinBorderRadius ;
31+ -webkit-border-top-right-radius : $skinBorderRadius ;
32+ -moz-border-radius-topleft : $skinBorderRadius ;
33+ -moz-border-radius-topright : $skinBorderRadius ;
34+ border-top-left-radius : $skinBorderRadius ;
35+ border-top-right-radius : $skinBorderRadius ;
3636
37- -webkit-border-bottom-left-radius : 0 px ;
38- -moz-border-radius-bottomleft : 0 px ;
39- border-bottom-left-radius : 0 px ;
37+ -webkit-border-bottom-left-radius : 0 ;
38+ -moz-border-radius-bottomleft : 0 ;
39+ border-bottom-left-radius : 0 ;
4040
41- -webkit-border-bottom-right-radius : 0 px ;
42- -moz-border-radius-bottomright : 0 px ;
43- border-bottom-right-radius : 0 px ;
41+ -webkit-border-bottom-right-radius : 0 ;
42+ -moz-border-radius-bottomright : 0 ;
43+ border-bottom-right-radius : 0 ;
4444 }
4545 ul > li .ui-state-active > a {
46- background-color : #ffffff ;
47- border : 1px solid $skinBorderWindowColor ;
48- border-bottom : 0 px ;
49- color : $skinMainSecondColor ;
46+ background-color : #ffffff ;
47+ border : 1px solid $skinBorderWindowColor ;
48+ border-bottom : 0 ;
49+ color : $skinMainSecondColor ;
5050 }
5151 div .tab-content {
5252 background-color : #ffffff ;
@@ -155,12 +155,12 @@ body.active_admin {
155155 border-color : $skinMainFirstColor transparent ;
156156 }
157157 ul .dropdown_menu_list {
158- box-shadow :none ;
158+ box-shadow : none ;
159159 li {
160160 a {
161161 background-color : #ffffff ;
162162 color : $skinMainFirstColor ;
163- border-radius : 0 px ;
163+ border-radius : 0 ;
164164 & :hover {
165165 background-color : $skinMainSecondColor ;
166166 color : #ffffff ;
@@ -226,12 +226,12 @@ body.active_admin {
226226 border-color : $skinMainFirstColor transparent ;
227227 }
228228 ul .dropdown_menu_list {
229- box-shadow :none ;
229+ box-shadow : none ;
230230 li {
231231 a {
232232 background-color : #ffffff ;
233233 color : $skinMainFirstColor ;
234- border-radius : 0 px ;
234+ border-radius : 0 ;
235235 & :hover {
236236 background-color : $skinMainSecondColor ;
237237 color : #ffffff ;
@@ -265,13 +265,13 @@ body.active_admin {
265265 border-color : $skinMainFirstColor transparent ;
266266 }
267267 ul .dropdown_menu_list {
268- box-shadow :none ;
268+ box-shadow : none ;
269269 li {
270270 a {
271271 background-color : #ffffff ;
272272 box-shadow : none ;
273273 color : $skinMainFirstColor ;
274- border-radius : 0 px ;
274+ border-radius : 0 ;
275275 text-shadow : none ;
276276 & :hover {
277277 background-color : $skinMainSecondColor ;
@@ -497,7 +497,7 @@ form fieldset.inputs {
497497 div .ui-datepicker-header {
498498 background-image : none ;
499499 background-color : $skinMainSecondColor ;
500- border-bottom :none ;
500+ border-bottom : none ;
501501 div .ui-datepicker-title {
502502 span {
503503 background-image : none ;
@@ -754,21 +754,21 @@ form.filter_form .filter_form_field.filter_date_range .seperator {
754754}
755755
756756// filter select box border radius
757- .filter_form_field select {
757+ .filter_form_field select {
758758 border-radius : 3px ;
759759}
760760
761761// radio button color change
762762input [type = ' radio' ] {
763763 & :before {
764- content :' ' ;
765- display :block ;
766- width :50% ;
767- height :50% ;
768- margin : 20% auto ;
769- border-radius :50% ;
764+ content : ' ' ;
765+ display : block ;
766+ width : 50% ;
767+ height : 50% ;
768+ margin : 20% auto ;
769+ border-radius : 50% ;
770770 }
771- & :checked :before {
771+ & :checked :before {
772772 background : $skinMainSecondColor ;
773773 }
774774}
0 commit comments