MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1,592: | Line 1,592: | ||
/* 2. Configuramos os botões para receberem o ícone via background */ | /* 2. Configuramos os botões para receberem o ícone via background */ | ||
.cdx-button, .mw-ui-button, .vector-dropdown-label { | |||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
background-position: center !important; | background-position: center !important; | ||
background-size: 20px !important; | background-size: 20px !important; | ||
transition: background-color 0.2s; | transition: background-color 0.2s; | ||
} | } | ||
/* 3. Injeção de SVGs Brancos (Links do Topo) */ | /* 3. Injeção de SVGs Brancos (Links do Topo) */ | ||
/* SENSBLUE / WATCHLIST (Estrela) */ | /* SENSBLUE / WATCHLIST (Estrela) */ | ||
#pt-watchlist-2 a, #ca-watchstar-sticky-header a { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23ffffff' d='M10 0.8l2.6 6.4H20l-5.9 4.6 2.5 6.2L10 13.8 3.4 18l2.5-6.2L0 7.2h7.4z'/%3E%3C/svg%3E") !important; | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23ffffff' d='M10 0.8l2.6 6.4H20l-5.9 4.6 2.5 6.2L10 13.8 3.4 18l2.5-6.2L0 7.2h7.4z'/%3E%3C/svg%3E") !important; | ||
} | } | ||
/* NOTIFICAÇÕES (Sino) */ | /* NOTIFICAÇÕES (Sino) */ | ||
#pt-notifications-notice a, #pt-notifications-alert a { | #pt-notifications-notice a, #pt-notifications-alert a { | ||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill=' | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='#fcba03' d='M16 7A2 2 0 0 0 4 7c0 5.17-2 7-2 7h16s-2-1.83-2-7zm-7 12a2 2 0 0 0 2-2H7a2 2 0 0 0 2 2z'/%3E%3C/svg%3E") !important; | ||
} | } | ||