minor high contrast fixes
This commit is contained in:
parent
df13e40a45
commit
138de504e5
@ -111,4 +111,19 @@
|
||||
.sandboxfooter a:not(.thin) {
|
||||
color: @black !important;
|
||||
}
|
||||
}
|
||||
|
||||
/** high contrast **/
|
||||
.hc {
|
||||
.ui.menu, #downloadArea,
|
||||
.menubar .ui.menu.fixed .ui.item.editor-menuitem .item.active {
|
||||
background-color: black !important;
|
||||
color: white !important;
|
||||
}
|
||||
.ui.red.corner.label {
|
||||
border-color: #d4000d!important;
|
||||
}
|
||||
.menubar .ui.menu.fixed .item.editor-menuitem .ui.grid {
|
||||
border-color: white !important;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user