Improve settings UI

This commit is contained in:
the1812 2018-10-30 20:46:12 +08:00
parent 896efd5a62
commit fd076cfa4d
4 changed files with 9 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -141,6 +141,7 @@
{
height: 0;
margin: 0;
overflow: hidden;
}
.gui-settings-content ul li.indent-0
{
@ -454,7 +455,7 @@ input[type='text'][key]
{
-webkit-backdrop-filter: blur(24px);
backdrop-filter: blur(24px);
background: #fff8;
background: #fffa;
}
}
@supports (backdrop-filter: blur(64px)) or (-webkit-backdrop-filter: blur(64px))
@ -473,12 +474,12 @@ input[type='text'][key]
}
.gui-settings-box.blur .gui-settings-content
{
background: #fffc;
background: #fffa;
}
.gui-settings-box.blur .gui-settings-header,
.gui-settings-box.blur .gui-settings-footer
{
background: #fffc;
background: #fffa;
}
}
.gui-settings-panel.animation