1
0
mirror of https://github.com/jdan/98.css.git synced 2025-09-03 02:42:48 +02:00

nudge minimize label over

This commit is contained in:
Jordan Scales
2020-04-27 13:21:49 -04:00
parent 64b56d0033
commit 167f8423c4

View File

@@ -204,7 +204,7 @@ button::-moz-focus-inner {
.title-bar-controls button[aria-label="Minimize"] { .title-bar-controls button[aria-label="Minimize"] {
background-image: svg-load("./icon/minimize.svg"); background-image: svg-load("./icon/minimize.svg");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: bottom 3px left 3px; background-position: bottom 3px left 4px;
} }
.title-bar-controls button[aria-label="Maximize"] { .title-bar-controls button[aria-label="Maximize"] {
@@ -513,7 +513,7 @@ ul.tree-view details > summary:before {
text-align: center; text-align: center;
display: block; display: block;
float: left; float: left;
content: '+'; content: "+";
border: 1px solid #808080; border: 1px solid #808080;
width: 8px; width: 8px;
height: 9px; height: 9px;
@@ -524,7 +524,7 @@ ul.tree-view details > summary:before {
} }
ul.tree-view details[open] > summary:before { ul.tree-view details[open] > summary:before {
content: '-' content: "-";
} }
pre { pre {