improvements to Violentmonkey popup

This commit is contained in:
overdodactyl 2018-01-27 19:42:26 -07:00
parent 48f71ebe27
commit 11bdce7221
1 changed files with 18 additions and 0 deletions

View File

@ -78,6 +78,24 @@ button {
color: var(--primary-light-color) !important;
}
.flex.edit-header > .buttons > button:nth-child(2):not([disabled="disabled"]):after {
content: '?' !important;
}
.flex.edit-header > .buttons > button:nth-child(2)[disabled="disabled"]:after {
content: 'd' !important;
}
.menu-item:hover {
background: var(--primary-accent-color) !important;
color: white !important;
}
.submenu-button {
background: var(--primary-accent-color) !important;
color: white !important;
}
.flex.edit-header {
background: var(--dark-accent) !important;
}