aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/dispy-dark/style.css4
-rw-r--r--view/theme/dispy/style.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css
index 2b9354fcc..b7f1ee2ba 100644
--- a/view/theme/dispy-dark/style.css
+++ b/view/theme/dispy-dark/style.css
@@ -2176,12 +2176,12 @@ div[id$="wrapper"] br {
opacity: 1.0 !important;
filter:alpha(opacity=100) !important;
}
-.filesavetags {
+.filesavetags, .categorytags {
margin: 20px 0;
opacity: 0.5;
filter:alpha(opacity=50);
}
-.filesavetags:hover {
+.filesavetags:hover, .categorytags:hover {
margin: 20px 0;
opacity: 1.0 !important;
filter:alpha(opacity=100) !important;
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css
index 3799563ff..d0e7a2ef5 100644
--- a/view/theme/dispy/style.css
+++ b/view/theme/dispy/style.css
@@ -2176,12 +2176,12 @@ div[id$="wrapper"] br {
opacity: 1.0 !important;
filter:alpha(opacity=100) !important;
}
-.filesavetags {
+.filesavetags, .categorytags {
margin: 20px 0;
opacity: 0.5;
filter:alpha(opacity=50);
}
-.filesavetags:hover {
+.filesavetags:hover, .categorytags:hover {
margin: 20px 0;
opacity: 1.0 !important;
filter:alpha(opacity=100) !important;