From 0fc419ec294d2b11c6aa18f553523987cdadfe5b Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Thu, 7 Nov 2019 07:26:12 +0100 Subject: [PATCH] baculum: Tweak style to highlight config items --- gui/baculum/themes/Baculum-v2/css/baculum.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gui/baculum/themes/Baculum-v2/css/baculum.css b/gui/baculum/themes/Baculum-v2/css/baculum.css index 54d3d9e43..5e4fea3c7 100644 --- a/gui/baculum/themes/Baculum-v2/css/baculum.css +++ b/gui/baculum/themes/Baculum-v2/css/baculum.css @@ -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; +} -- 2.47.3