From: cajus Date: Mon, 1 Mar 2010 16:27:44 +0000 (+0000) Subject: Updated style X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=99c644e99a4ebd77ddae97478b0607155994ed4d;p=gosa.git Updated style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15818 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index e0dce435f..fd0e4f46c 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -328,7 +328,7 @@ div.menu ul li.menu-header { /* Buttons */ -.button { +button { padding:2px 6px; margin:0; margin-bottom:6px; @@ -342,18 +342,18 @@ div.menu ul li.menu-header { outline:none; } -.button:active { +button:active { background-color:#CCC; background: -webkit-gradient(linear, 0 100%, 0 0, from(#FFF), to(#BBB)); background: -moz-linear-gradient(top, #BBB, #FFF); } -.button:hover { +button:hover { cursor:pointer; border-color:#777 !important; } -.button:focus, .button:active { +button:focus, .button:active { border-color:#777; }