diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 86bb439d3..2a70c73a0 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -80,10 +80,6 @@ a img { .toolbar ul li a:hover { text-decoration: none; } -.toolbar ul li a span { - position: relative; - top: -2px; -} .toolbar ul li a:hover { background: #fff; background: -webkit-linear-gradient(#f4f4f4, #e4e4e4); @@ -148,6 +144,7 @@ a img { background: linear-gradient(#EEE, #F0F0F0) !important; } .toolbar ul li select { + background: #fff; padding: 4px; line-height: 22px; /* fix for safari (win/mac) */ height: 28px; /* fix for chrome (mac) */