summaryrefslogtreecommitdiff
path: root/src/ws/munia.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/ws/munia.css')
-rw-r--r--src/ws/munia.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/ws/munia.css b/src/ws/munia.css
index 5d98c94..ad7b7fd 100644
--- a/src/ws/munia.css
+++ b/src/ws/munia.css
@@ -22,12 +22,13 @@ body
-o-user-select: none;
user-select: none;
cursor: move;
- background-color: #888;
+ background-color: #aaa;
border-style: solid;
- border-width: medium;
- /*border-radius: 15px;*/
- padding: 4px;
- margin: 6px;
+ border-width: 1px;
+ border-color: black;
+ border-radius: 3px;
+ padding: 6px;
+ margin: 10px;
max-width: 300px;
}