MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
color: #ccc; |
color: #ccc; |
||
background-image: linear-gradient(to bottom, #111 0, #ed7117 100%); |
background-image: linear-gradient(to bottom, #111 0, #ed7117 100%); |
||
} |
|||
.vector-menu-tabs-legacy li { |
|||
background-image: linear-gradient(to top, #ed7117 0, #222 1px, #111 100%); |
|||
} |
} |
||