diff --git a/public/designs/themes/green/style.css b/public/designs/themes/green/style.css index a833ce3..cf547fa 100644 --- a/public/designs/themes/green/style.css +++ b/public/designs/themes/green/style.css @@ -31,7 +31,7 @@ div.block span { display: none; } -div.block a:hover span { +div.block a.button_block_hide:hover span { display: inline; position: absolute; color: white; @@ -44,7 +44,7 @@ padding-left: 5px; padding-right: 5px; } -div.block a { +div.block a.button_block { display: block; width: 10px; height: 10px; @@ -74,4 +74,18 @@ div.block_content padding: 5px; } +div.block ul { + padding-left: 0px; + margin: 0px; +} + +div.block ul li a:link, +div.block ul li a:hover { + display: block; + color: #000; +} +div.block ul li a:hover { + background: #ddd; + color: red; +} -- libgit2 0.21.2