Usuário:BraunOBruno/FastButtons.css
Nota: Depois de publicar, poderá ter de contornar a cache do seu navegador para ver as alterações.
- Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
- Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
- Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
#fastb-menu {
margin-bottom: 1px;
background-color: inherit;
border-bottom: 1px solid #aaa;
}
.fastb-button {
color: inherit !important;
font-family: Tahoma,Geneva,sans-serif;
cursor: pointer;
margin: 0 0.3em;
padding: 0.1em 0.6em;
background-color: #4A070000;
border-radius: 0.2em;
white-space: nowrap;
border: 1px solid var(--color-base, #202122);
}
.fastb-menu-button:hover {
background-color: #038D64;
border:1px #038d64 solid;
color: white !important;
}
#fastb-submenu {
line-height: 2.2em;
background-color: inherit;
display: none;
cursor: default;
border-bottom: 1px solid #aaa;
}
.fastb-action-button:hover {
background-color: #B60000;
color: white !important;
border-color: #B60000;
}