diff options
author | vdigital <vdigital@piwigo.org> | 2009-01-05 22:04:11 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2009-01-05 22:04:11 +0000 |
commit | 133b9d48fb8b698847bf7e24b7294e82b2fc6e23 (patch) | |
tree | b28e998502db5793f21fedcab0e72506ef5c7f00 /admin/template | |
parent | f2ae0a3685309731fc1bd3db6be6d2aca3dd42ac (diff) |
- let it clickable ... (as it is now), ...
- but NO pink underline, please
git-svn-id: http://piwigo.org/svn/branches/2.0@3052 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 3ace4df47..997ef6fe5 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -54,8 +54,6 @@ text-transform:none; font-weight:bold; padding-left:20px; width:54%; } .instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded {background-color:#111; background-position:15px center; background-repeat:no-repeat; color:#ff3363; cursor:pointer; font-size:110%; overflow:hidden; padding:8px 41px;} .instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span {border-bottom: none; } - .instructionBlockHeaderCollapsed:hover span, .instructionBlockHeaderExpanded:hover span, - .instructionBlockHeaderCollapsed:focus span, .instructionBlockHeaderExpanded:focus span { border-bottom: 1px solid #ff3363; } .instructionBlockHeaderCollapsed { background-image: url(../../icon/expand.gif);} .instructionBlockHeaderExpanded { background-image: url(../../icon/collapse.gif);} |