page info menu fix #220

This commit is contained in:
overdodactyl 2018-11-30 18:59:50 -07:00
parent 4cae094a84
commit c3c03dccbc
2 changed files with 30 additions and 6 deletions

View File

@ -44,8 +44,10 @@
#imagecontainerbox, #imagecontainerbox,
#permList, #permList,
.groupbox-body { .groupbox-body {
border: 1px solid!important; border: 1px solid!important
border-color: var(--in-content-box-border-color)!important }
#permList {
-moz-appearance: none!important
} }
groupbox.collapsable caption .caption-icon { groupbox.collapsable caption .caption-icon {
filter: invert(65%)!important filter: invert(65%)!important
@ -61,7 +63,17 @@
} }
treecolpicker { treecolpicker {
-moz-appearance: none; -moz-appearance: none;
border: none!important border: none!important;
filter: invert(84%)
}
.checkbox-check[checked] {
list-style-image: url(chrome://global/skin/icons/check.svg);
-moz-context-properties: fill;
fill: var(--in-content-border-highlight)!important
}
#imagetree,
#metatree {
border: 1px solid!important
} }
#viewGroup > radio { #viewGroup > radio {
-moz-appearance: none!important; -moz-appearance: none!important;

View File

@ -981,8 +981,10 @@ toolbarseparator {
#imagecontainerbox, #imagecontainerbox,
#permList, #permList,
.groupbox-body { .groupbox-body {
border: 1px solid!important; border: 1px solid!important
border-color: var(--in-content-box-border-color)!important }
#permList {
-moz-appearance: none!important
} }
groupbox.collapsable caption .caption-icon { groupbox.collapsable caption .caption-icon {
filter: invert(65%)!important filter: invert(65%)!important
@ -998,7 +1000,17 @@ toolbarseparator {
} }
treecolpicker { treecolpicker {
-moz-appearance: none; -moz-appearance: none;
border: none!important border: none!important;
filter: invert(84%)
}
.checkbox-check[checked] {
list-style-image: url(chrome://global/skin/icons/check.svg);
-moz-context-properties: fill;
fill: var(--in-content-border-highlight)!important
}
#imagetree,
#metatree {
border: 1px solid!important
} }
#viewGroup > radio { #viewGroup > radio {
-moz-appearance: none!important; -moz-appearance: none!important;