3,661
edits
m (nvm... no luck) |
m (bulba!) |
||
Line 28: | Line 28: | ||
/* </pre> */ | /* </pre> */ | ||
/* Creates rounded top-icon corners in Firefox, as well as colorizes them bulba-green */ | |||
#p-cactions ul li, #p-cactions ul li a { | |||
-moz-border-radius-topleft: 1em; | |||
-moz-border-radius-topright: 1em; | |||
border-color: #3E7614; | |||
} | |||
#p-cactions ul li, #p-cactions ul li a { | |||
-moz-border-radius-topleft: 1em; | |||
-moz-border-radius-topright: 1em; | |||
border-color: #3E7614; | |||
} | |||
#p-cactions ul li a { background: #A7C858; } | |||
#p-cactions ul li.selected a { background: #C4E673; } | |||
#p-cactions li.selected { border-color: #3E7614; } | |||
#p-cactions li { border-color: #3E7614; } | |||
#p-cactions li a:hover { background: #C4E673; z-index: 0; text-decoration: none; } |
edits