aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webgui/data/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/webgui/data/style.css b/webgui/data/style.css
index 6ab1704..fd40d92 100644
--- a/webgui/data/style.css
+++ b/webgui/data/style.css
@@ -24,6 +24,11 @@ h1 {
24 text-align:center; 24 text-align:center;
25} 25}
26 26
27table {
28 border-collapse:collapse;
29 border-spacing:0;
30}
31
27thead td { 32thead td {
28 font-size:1em; 33 font-size:1em;
29 font-weight:600; 34 font-weight:600;
@@ -90,7 +95,7 @@ tfoot tr:first-child td {
90} 95}
91 96
92tr.focused td { 97tr.focused td {
93 background-color:#d0d0d0; 98 background-color:#f0f0f0;
94} 99}
95 100
96/*----- Tabs -----*/ 101/*----- Tabs -----*/