aboutsummaryrefslogtreecommitdiff
path: root/tools/gui/resources/web/styles.css
diff options
context:
space:
mode:
authortim-zh <tim.zhlobich@gmail.com>2016-11-14 18:17:10 +0300
committertim-zh <tim.zhlobich@gmail.com>2016-11-14 18:17:10 +0300
commit9269863fbdcd94cce39582f6638d9f94bdaa1706 (patch)
treec8602052beccbeb1b9bb4371c9d6307ac013c98d /tools/gui/resources/web/styles.css
parent2ef3cc9b722da0d0b61966871ba0a0b24e0d7739 (diff)
downloadcbt-9269863fbdcd94cce39582f6638d9f94bdaa1706.tar.gz
cbt-9269863fbdcd94cce39582f6638d9f94bdaa1706.tar.bz2
cbt-9269863fbdcd94cce39582f6638d9f94bdaa1706.zip
readme.md handling
Diffstat (limited to 'tools/gui/resources/web/styles.css')
-rw-r--r--tools/gui/resources/web/styles.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/tools/gui/resources/web/styles.css b/tools/gui/resources/web/styles.css
index 759dd06..6e2bc8e 100644
--- a/tools/gui/resources/web/styles.css
+++ b/tools/gui/resources/web/styles.css
@@ -31,7 +31,10 @@ hr {
}
pre {
- margin: 0 0 1em 0;
+ margin: 0;
+ font-size: 1rem;
+ background: #000;
+ padding: 0.2em;
}
button, .small-btn {
@@ -218,6 +221,7 @@ button, .entry {
#example-browser {
width: 100%;
float: left;
+ margin-bottom: 1em;
}
#file-browser {
@@ -245,17 +249,21 @@ button, .entry {
}
.browser-node > div {
- margin-left: 2em;
+ margin-left: 1em;
}
.file-node {
cursor: pointer;
}
-.file-node:hover, .selected-node {
+.file-node:hover {
color: #dc322f;
}
+.selected-node {
+ color: #27b3d9;
+}
+
.even-node {
background: #073642;
}