diff options
Diffstat (limited to 'static/css/pad.css')
-rw-r--r-- | static/css/pad.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/css/pad.css b/static/css/pad.css index 6a5ff902..b877bad8 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -1292,9 +1292,9 @@ label { } .selected { - background: #eee; - background: -webkit-linear-gradient(#EEE, #F0F0F0); - background: -moz-linear-gradient(#EEE, #F0F0F0); - background: -ms-linear-gradient(#EEE, #F0F0F0); - background: -o-linear-gradient(#EEE, #F0F0F0); + background: #eee !important; + background: -webkit-linear-gradient(#EEE, #F0F0F0) !important; + background: -moz-linear-gradient(#EEE, #F0F0F0) !important; + background: -ms-linear-gradient(#EEE, #F0F0F0) !important; + background: -o-linear-gradient(#EEE, #F0F0F0) !important; } |