aboutsummaryrefslogtreecommitdiff
path: root/webgui/data/style.css
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-26 19:11:56 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-26 19:11:56 +0000
commit022a5a69dfcfc7b62a940d9c3070e6ae37cc993e (patch)
tree90261b972b67f084558021a6f399aeef65d480b6 /webgui/data/style.css
parent0a6e4d0cdee9aba48869361637613cb74c749289 (diff)
downloadthermoprint-022a5a69dfcfc7b62a940d9c3070e6ae37cc993e.tar
thermoprint-022a5a69dfcfc7b62a940d9c3070e6ae37cc993e.tar.gz
thermoprint-022a5a69dfcfc7b62a940d9c3070e6ae37cc993e.tar.bz2
thermoprint-022a5a69dfcfc7b62a940d9c3070e6ae37cc993e.tar.xz
thermoprint-022a5a69dfcfc7b62a940d9c3070e6ae37cc993e.zip
Switched to bulk deletion/abortion
Diffstat (limited to 'webgui/data/style.css')
-rw-r--r--webgui/data/style.css24
1 files changed, 20 insertions, 4 deletions
diff --git a/webgui/data/style.css b/webgui/data/style.css
index d496e2a..11c532c 100644
--- a/webgui/data/style.css
+++ b/webgui/data/style.css
@@ -90,12 +90,24 @@ tfoot tr:first-child td {
90 color:#c00000; 90 color:#c00000;
91} 91}
92 92
93#draftListBody button { 93tbody tr:nth-child(odd) td {
94 width:6em; 94 background-color:#f8f8f8;
95}
96
97tbody tr:nth-child(even) td {
98 background-color:#ffffff;
99}
100
101tbody tr.printer td {
102 background-color:initial;
95} 103}
96 104
97tr.focused td { 105tbody tr.focused td {
98 background-color:#f0f0f0; 106 background-color:#dfdfdf;
107}
108
109#draftListBody button {
110 width:6em;
99} 111}
100 112
101.close { 113.close {
@@ -108,6 +120,10 @@ tr.focused td {
108 text-decoration:none; 120 text-decoration:none;
109} 121}
110 122
123span.mark {
124 margin-right:1em;
125}
126
111/*----- Tabs -----*/ 127/*----- Tabs -----*/
112.tabs { 128.tabs {
113 display:block; 129 display:block;