]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Tweak style to highlight config items
authorMarcin Haba <marcin.haba@bacula.pl>
Thu, 7 Nov 2019 06:26:12 +0000 (07:26 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Sat, 14 Dec 2019 14:59:53 +0000 (15:59 +0100)
gui/baculum/themes/Baculum-v2/css/baculum.css

index 54d3d9e43048ae27844a9c4e37ad6a8bed550a04..5e4fea3c7f94ceece55ebecbbd370f4e05145e56 100644 (file)
@@ -274,3 +274,13 @@ a.raw {
 .option_cell {
        width: 330px;
 }
+
+.resource:hover, .component:hover {
+       background-color: #faedd5;
+}
+
+table.component td:nth-of-type(1) {
+       line-height: 23px;
+       vertical-align: sub;
+       padding-top: 11px;
+}