Difference between revisions of "User:Trlkly/common.css"
(should add hover for buttons. Tested only in Vector so far) |
|||
| Line 1: | Line 1: | ||
| + | /* | ||
li.plainlinks:hover, .no-link-underline > li:hover { | li.plainlinks:hover, .no-link-underline > li:hover { | ||
background-color: #FFF !important; | background-color: #FFF !important; | ||
| Line 6: | Line 7: | ||
} | } | ||
li.plainlinks:hover > a > span, .no-link-underline > li:hover > a > span { | li.plainlinks:hover > a > span, .no-link-underline > li:hover > a > span { | ||
| + | */ | ||
Latest revision as of 09:21, 4 June 2016
/*
li.plainlinks:hover, .no-link-underline > li:hover {
background-color: #FFF !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
li.plainlinks:hover > a > span, .no-link-underline > li:hover > a > span {
*/
