summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/main.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css
index b1f8705..409488c 100644
--- a/css/main.css
+++ b/css/main.css
@@ -175,13 +175,31 @@
.app-window button {
background: @secondary_color;
color: @text_color;
- border: 1px solid #1c2e40;
+ text-shadow: none;
+ box-shadow: none;
+}
+
+.app-window button:checked {
+ border-top: 0px;
+ border-left: 0px;
+ border-right: 0px;
+ border-bottom: 3px solid #39a2ed;
+ color: #ffffff;
+}
+
+.app-window button:not(:checked) {
+ border: 3px #0000ff;
}
.app-window.background {
background: @background_color;
}
+.app-window treeview {
+ color: @text_color;
+ background: @secondary_color;
+}
+
.app-window listbox {
background: @background_color;
}