opt mac sciter dark theme (#6824)

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2024-01-08 11:35:55 +08:00
committed by GitHub
parent 159c883bf3
commit a2d08fa40d
3 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
html {
background-color: transparent;
var(gray-bg-osx): rgba(238, 238, 238, 0.75);
}
body {
@@ -35,7 +34,6 @@ body {
}
#ab .left-pane {
background: white;
border-radius: 1em;
padding: 1em;
}
@@ -185,7 +183,6 @@ div.connect-status {
left: 240px;
border-top: color(border) solid 1px;
width: 100%;
background: color(gray-bg);
padding: 1em;
}
@@ -418,3 +415,8 @@ li:disabled, li:disabled:hover {
background: color(menu);
}
@media platform == "OSX" {
div.eye-area > input {
font-size: 1em;
}
}