Skip to content

Commit 36f5924

Browse files
authored
Merge pull request #24 from yhirano55/cosmetic_change
Cosmetic change
2 parents 5da3fe8 + c629730 commit 36f5924

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014 Igor Fedoronchuk
1+
Copyright (c) 2014-2018 Igor Fedoronchuk
22

33
MIT License
44

app/assets/stylesheets/wigu/active_admin_theme.scss

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 0px;
38-
-moz-border-radius-bottomleft: 0px;
39-
border-bottom-left-radius: 0px;
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: 0px;
42-
-moz-border-radius-bottomright: 0px;
43-
border-bottom-right-radius: 0px;
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: 0px;
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: 0px;
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: 0px;
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: 0px;
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
762762
input[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

Comments
 (0)