summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-13 19:42:09 +0200
committerSimon Rettberg2016-09-13 19:42:09 +0200
commit1ee0014fcf0ec56af6af5937258d065ba3ee1cc9 (patch)
tree5d88384df0b3a425943f2db14370484274ee1092 /modules-available/locations/style.css
parent[statistics/locations] Fix query for getting machines for a location (diff)
downloadslx-admin-1ee0014fcf0ec56af6af5937258d065ba3ee1cc9.tar.gz
slx-admin-1ee0014fcf0ec56af6af5937258d065ba3ee1cc9.tar.xz
slx-admin-1ee0014fcf0ec56af6af5937258d065ba3ee1cc9.zip
[locations] Show percent of occupied machines per location
Diffstat (limited to 'modules-available/locations/style.css')
-rw-r--r--modules-available/locations/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules-available/locations/style.css b/modules-available/locations/style.css
new file mode 100644
index 00000000..86f9dfca
--- /dev/null
+++ b/modules-available/locations/style.css
@@ -0,0 +1,3 @@
+table.locations tbody td:nth-of-type(even) {
+ background-color: rgba(0, 0, 0, 0.025);
+} \ No newline at end of file