diff options
| -rw-r--r-- | webgui/data/style.css | 7 |
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 | ||
| 27 | table { | ||
| 28 | border-collapse:collapse; | ||
| 29 | border-spacing:0; | ||
| 30 | } | ||
| 31 | |||
| 27 | thead td { | 32 | thead 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 | ||
| 92 | tr.focused td { | 97 | tr.focused td { |
| 93 | background-color:#d0d0d0; | 98 | background-color:#f0f0f0; |
| 94 | } | 99 | } |
| 95 | 100 | ||
| 96 | /*----- Tabs -----*/ | 101 | /*----- Tabs -----*/ |
