aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/roma
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/roma')
-rw-r--r--admin/themes/roma/images/stripe-cat.pngbin0 -> 99 bytes
-rw-r--r--admin/themes/roma/theme.css4
2 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes/roma/images/stripe-cat.png b/admin/themes/roma/images/stripe-cat.png
new file mode 100644
index 000000000..8234473f7
--- /dev/null
+++ b/admin/themes/roma/images/stripe-cat.png
Binary files differ
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 85b04e2e2..6ffba3b12 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -96,6 +96,10 @@ a.Piwigo:hover span.Piwigo {
border-bottom: 1px solid #FF3363;
}
+.categoryUl li:not(.virtual_cat) {
+ background:url(images/stripe-cat.png);
+}
+
/* RADU - I comment this because it makes FF form controls activation very slow)
*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
*/