Patch #3288496 Remove underline when hovering "Create table" button

This commit is contained in:
aris_feryanto
2011-04-18 12:51:29 -04:00
committed by Marc Delisle
parent 932b5c2c36
commit e55b92d35f

View File

@@ -220,6 +220,10 @@ div#left_tableList li {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd') !important;
}
#newtable li a:hover {
text-decoration: none;
}
select{
-moz-border-radius:2px 2px 2px 2px;
-moz-box-shadow:0 1px 2px #DDDDDD;