Polish UI

This commit is contained in:
BorysLevytskyi
2023-05-17 08:20:03 +02:00
parent a000f93698
commit f04bd3268f
2 changed files with 4 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ button.link-button {text-decoration: underline;}
.light button.btn { color: black}
.light button.btn:hover { background: #ddd}
.light button.btn:disabled { color: #888; background-color: inherit; }
.light .accent1 { color:rgb(56, 161, 103)}
.light .accent1 { color:green}
.light .expressionInput { border-bottom: solid 1px rgba(0, 0, 0, 0.5);}
.light .button { border: solid 1px gray; }
.light .button:hover { background: rgba(0, 0, 0, 0.2);}

View File

@@ -1,5 +1,7 @@
.help ul { list-style-type: none; margin: 0; margin-left: 10px; margin-top: 0.2em; padding: 0; }
.help li { padding: 1px;}
.help li { padding: 1px; margin-bottom: 5px;}
.help code, .help code a { color:mediumseagreen}
.light .help code, .light .help code a { color:green}
.help p { margin-top: 0.5em }
.help .section {padding: 1em;}
.help .panel-container {overflow: hidden;}