summaryrefslogtreecommitdiff
path: root/shell/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'shell/style.css')
-rw-r--r--shell/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/shell/style.css b/shell/style.css
index 4cb3fb5..b623430 100644
--- a/shell/style.css
+++ b/shell/style.css
@@ -29,3 +29,21 @@
background-color: #929292;
color: white;
}
+
+.wgs-grid {
+ background-color: alpha(white, 0.5);
+}
+
+.wgs-grid-item {
+ background-color: alpha(black, 0.7);
+ color: white;
+ font: Droid Sans 12;
+ border-style: solid;
+ border-color: #6d6d6d;
+ border-width: 1px;
+ border-radius: 1px;
+}
+
+.wgs-grid-label {
+ background-color: #929292;
+} \ No newline at end of file