mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-21 19:32:58 +01:00
New indicator style. It's also clickable
This commit is contained in:
@@ -20,9 +20,7 @@ code { font-size: 1.2em; font-weight: bold; }
|
||||
.help ul { list-style-type: none; margin: 0; padding: 0; }
|
||||
.help p { margin-top: 0 }
|
||||
|
||||
.configPnl .indicator { font-size: 0.7em; background: gray; color: white; padding: 2px 5px; }
|
||||
.configPnl .on { background: darkblue; }
|
||||
|
||||
.indicator { font-size: 0.7em; padding: 2px 5px; font-family: monospace; font-size: 1.3em; background: transparent; border: none; cursor: pointer }
|
||||
.error { color: maroon; }
|
||||
|
||||
#view { padding: 10px}
|
||||
@@ -31,9 +29,14 @@ code { font-size: 1.2em; font-weight: bold; }
|
||||
.light { background: rgb(250, 250, 250); }
|
||||
.light .one { color: black; }
|
||||
.light .zero { color: rgb(105, 106, 107); }
|
||||
.light .indicator { color: #ddd; }
|
||||
.light .on { color: #121212; }
|
||||
|
||||
/* Dark */
|
||||
.dark { background: #121212; color: white;}
|
||||
.dark .expressionInput { background: black; color: white; }
|
||||
.dark a, .dark a:visited { color: white; }
|
||||
.dark .indicator { color: #555; }
|
||||
.dark .on { color: white; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user