themes/admin/css/default.css
changeset 9 1e61232606d6
parent 0 902822492a68
child 22 d0314575e2f0
equal deleted inserted replaced
8:4bb20dddef00 9:1e61232606d6
   128   line-height: 0px;
   128   line-height: 0px;
   129   display: block;
   129   display: block;
   130 }
   130 }
   131 
   131 
   132 /* Buttons - this is CSS3 */
   132 /* Buttons - this is CSS3 */
   133 input[type ^="button"], input[type ^="submit"] {
   133 input[type ^="button"], input[type ^="submit"], button {
   134   border-width: 1px;
   134   border-width: 1px;
   135   border-color: #666;
   135   border-color: #666;
   136   border-style: solid;
   136   border-style: solid;
   137   background-color: #DDD;
   137   background-color: #DDD;
   138   color: #101010;
   138   color: #101010;
   142   padding: 5px 3px;
   142   padding: 5px 3px;
   143   background-image: url(../images/buttonbg.gif);
   143   background-image: url(../images/buttonbg.gif);
   144   background-repeat: repeat-x;
   144   background-repeat: repeat-x;
   145 }
   145 }
   146 
   146 
   147 input[type ^="button"]:hover, input[type ^="submit"]:hover {
   147 input[type ^="button"]:hover, input[type ^="submit"]:hover, button:hover {
   148   border-color: #999;
   148   border-color: #999;
   149 }
   149 }
   150 
   150 
   151 input[type ^="button"]:active, input[type ^="submit"]:active {
   151 input[type ^="button"]:active, input[type ^="submit"]:active, button:active {
   152   padding: 6px 2px 4px 4px;
   152   padding: 6px 2px 4px 4px;
   153   border-color: #333;
   153   border-color: #333;
   154 }
   154 }
   155 
   155 
   156 input[type ^="text"], input[type ^="password"] {
   156 input[type ^="text"], input[type ^="password"] {