diff options
author | Robin <me@factor.cc> | 2012-02-03 20:48:47 +0100 |
---|---|---|
committer | Robin <me@factor.cc> | 2012-02-03 20:48:47 +0100 |
commit | 82b04df0859ac562550f4881642b333b709ef5a4 (patch) | |
tree | ef134309c58b2761748f6ee458e0ec2ed969b990 | |
parent | 2adda472fcbff24a804d5b1ef92997acd518f0ca (diff) | |
download | etherpad-lite-82b04df0859ac562550f4881642b333b709ef5a4.zip |
overwrite existing bg
-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; } |