nudge minimize label over
This commit is contained in:
parent
64b56d0033
commit
167f8423c4
1 changed files with 3 additions and 3 deletions
|
|
@ -204,7 +204,7 @@ button::-moz-focus-inner {
|
|||
.title-bar-controls button[aria-label="Minimize"] {
|
||||
background-image: svg-load("./icon/minimize.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom 3px left 3px;
|
||||
background-position: bottom 3px left 4px;
|
||||
}
|
||||
|
||||
.title-bar-controls button[aria-label="Maximize"] {
|
||||
|
|
@ -513,7 +513,7 @@ ul.tree-view details > summary:before {
|
|||
text-align: center;
|
||||
display: block;
|
||||
float: left;
|
||||
content: '+';
|
||||
content: "+";
|
||||
border: 1px solid #808080;
|
||||
width: 8px;
|
||||
height: 9px;
|
||||
|
|
@ -524,7 +524,7 @@ ul.tree-view details > summary:before {
|
|||
}
|
||||
|
||||
ul.tree-view details[open] > summary:before {
|
||||
content: '-'
|
||||
content: "-";
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue