From b9cc51b4ad563ee5495b11424df6fee1c6a74d31 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 10 Nov 2012 12:33:54 +0000 Subject: [PATCH] feature:2780 Differentiate graphically physical album vs virtual albums git-svn-id: http://piwigo.org/svn/trunk@18985 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/clear/images/stripe-cat.png | Bin 0 -> 104 bytes admin/themes/clear/theme.css | 4 ++++ admin/themes/roma/images/stripe-cat.png | Bin 0 -> 99 bytes admin/themes/roma/theme.css | 4 ++++ 4 files changed, 8 insertions(+) create mode 100644 admin/themes/clear/images/stripe-cat.png create mode 100644 admin/themes/roma/images/stripe-cat.png diff --git a/admin/themes/clear/images/stripe-cat.png b/admin/themes/clear/images/stripe-cat.png new file mode 100644 index 0000000000000000000000000000000000000000..126c888e0aec6dcdf8511576436f643717e3319c GIT binary patch literal 104 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61SFYwH*Nw_`kpS1AsjP(PdV~3IB+l@WR?B; zeg$6^1N--#0`n&O++<_$bck1Z$-N*g?c;x^OU%=`1f!R^DtQ34GI+ZBxvXmdKI;Vst02ZPeJpcdz literal 0 HcmV?d00001 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; } */