mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-21 03:12:43 +01:00
Polish UI
This commit is contained in:
@@ -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);}
|
||||
|
||||
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user