File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
app/assets/stylesheets/active_admin Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -329,11 +329,7 @@ table.dashboard {
329329 }
330330 th {
331331 @include no-shadow ;
332- background : none ;
333- // IE 6 & 7
334- filter : progid:DXImageTransform.Microsoft .gradient (enabled = false );
335- // IE 8
336- -ms-filter : " progid:DXImageTransform.Microsoft.gradient(enabled=false)" ;
332+ @include no-gradient ;
337333 width : 150px ;
338334 font-size : 0.9em ;
339335 padding-left : 0 ;
Original file line number Diff line number Diff line change @@ -19,3 +19,11 @@ $secondary-gradient-stop: #dfe1e2;
1919@mixin secondary-gradient {
2020 @include gradient ($secondary-gradient-start , $secondary-gradient-stop );
2121}
22+
23+ @mixin no-gradient {
24+ background : none ;
25+ // IE 6 & 7
26+ filter : progid:DXImageTransform.Microsoft .gradient (enabled = false );
27+ // IE 8
28+ -ms-filter : " progid:DXImageTransform.Microsoft.gradient(enabled=false)" ;
29+ }
You can’t perform that action at this time.
0 commit comments