diff options
author | hackademix <giorgio@maone.net> | 2019-04-08 21:37:35 +0200 |
---|---|---|
committer | hackademix <giorgio@maone.net> | 2019-04-08 21:37:35 +0200 |
commit | 2bee3260b45b559eb3bc75c6421dc7e573571cdb (patch) | |
tree | 0b03d83f1dd8419e1db191e79b5f6313f5322515 /html/display_panel/content/panel-styles.css | |
parent | 4221db4850905c535a9197ae4369012ef9fd1575 (diff) |
Fixed UI inconsistencies when whitelisting/blacklisting through wide wildcard matching.
Diffstat (limited to 'html/display_panel/content/panel-styles.css')
-rw-r--r-- | html/display_panel/content/panel-styles.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/html/display_panel/content/panel-styles.css b/html/display_panel/content/panel-styles.css index 502323f..3257192 100644 --- a/html/display_panel/content/panel-styles.css +++ b/html/display_panel/content/panel-styles.css @@ -94,11 +94,14 @@ ul { display: initial; } +.status { + margin: .2em; +} -button.whitelist { +button.whitelist, .status.whitelisted { color: #080; } -button.blacklist { +button.blacklist, .status.blacklisted { color: #800; } button.forget { |