Common.css: Difference between revisions
From Wiki**3
(Replaced content with "→CSS placed here will be applied to all skins: ") |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.top-bar .button { | |||
background: #414141; | |||
border-top-color: #555555; | |||
border-right-color: #414141; | |||
border-bottom-color: #555555; | |||
border-left-color: #414141; | |||
} |
Revision as of 18:04, 17 February 2015
/* CSS placed here will be applied to all skins */ .top-bar .button { background: #414141; border-top-color: #555555; border-right-color: #414141; border-bottom-color: #555555; border-left-color: #414141; }