We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ce3e8 commit 37c05a1Copy full SHA for 37c05a1
app/assets/stylesheets/wigu/active_admin_theme.css.scss
@@ -736,4 +736,24 @@ form fieldset > ol > li fieldset ol li {
736
//becouse of sidebar border 2px
737
form.filter_form .filter_form_field.filter_date_range .seperator {
738
width: 10px;
739
-}
+}
740
+
741
+//filter select box border radius
742
+.filter_form_field select{
743
+ border-radius: 3px;
744
745
746
+//radio button color change
747
+input[type='radio'] {
748
+ &:before {
749
+ content:'';
750
+ display:block;
751
+ width:50%;
752
+ height:50%;
753
+ margin: 20% auto;
754
+ border-radius:50%;
755
+ }
756
+ &:checked:before{
757
+ background: $skinMainSecondColor;
758
759
0 commit comments