themes/oxygen/css/bleu.css
changeset 315 f49e3c8b638c
parent 311 a007145a0ff6
child 322 5f1cd51bf1be
equal deleted inserted replaced
312:6c7060d36a23 315:f49e3c8b638c
   231 td.mdg-menu-bl                    { width: 12px; height: 12px;     background: url(../images/bleu/border-bl.gif);    }
   231 td.mdg-menu-bl                    { width: 12px; height: 12px;     background: url(../images/bleu/border-bl.gif);    }
   232 td.mdg-menu-br                    { width: 12px; height: 12px;     background: url(../images/bleu/border-br.gif);    }
   232 td.mdg-menu-br                    { width: 12px; height: 12px;     background: url(../images/bleu/border-br.gif);    }
   233 td.mdg-menu-btm                   {              height: 12px;     background: url(../images/bleu/border-btm.gif);   }
   233 td.mdg-menu-btm                   {              height: 12px;     background: url(../images/bleu/border-btm.gif);   }
   234 
   234 
   235 /* Buttons and textboxes - these settings are used almost everywhere */
   235 /* Buttons and textboxes - these settings are used almost everywhere */
   236 input, textarea, select                   { border: 1px solid #406080; background-color: #F2F2F2; padding: 3px; font-family: arial, helvetica, sans-serif; font-size: 8pt; }
   236 input, textarea, select, button           { border: 1px solid #406080; background-color: #F2F2F2; padding: 3px; font-family: arial, helvetica, sans-serif; font-size: 8pt; }
   237 input:hover, textarea:hover, select:hover { border: 1px solid #6080A0; background-color: #F8F8F8; padding: 3px; }
   237 input:hover, textarea:hover, select:hover { border: 1px solid #6080A0; background-color: #F8F8F8; padding: 3px; }
   238 input:focus, textarea:focus, select:focus { border: 1px solid #90B0D0; background-color: #FFFFFF; padding: 3px; }
   238 input:focus, textarea:focus, select:focus { border: 1px solid #90B0D0; background-color: #FFFFFF; padding: 3px; }
   239 label                                     { padding: 3px; cursor: pointer; font-family: arial, helvetica, sans-serif; font-size: 8pt; }
   239 label                                     { padding: 3px; cursor: pointer; font-family: arial, helvetica, sans-serif; font-size: 8pt; }
   240 label:hover                               { padding: 3px; cursor: pointer; background-color: #F0F0F0; }
   240 label:hover                               { padding: 3px; cursor: pointer; background-color: #F0F0F0; }
   241 input#pageheading                         { font-size: 14pt; border-bottom: 1px solid #90B0D0; margin-bottom: 0; }
   241 input#pageheading                         { font-size: 14pt; border-bottom: 1px solid #90B0D0; margin-bottom: 0; }
   242 
   242 
   243 input[type ^="button"], input[type ^="submit"] {
   243 input[type ^="button"], input[type ^="submit"], button {
   244   background-image: url(../images/buttonbg.gif);
   244   background-image: url(../images/buttonbg.gif);
   245   background-repeat: repeat-x;
   245   background-repeat: repeat-x;
   246   color: #202020;
   246   color: #202020;
   247 }
   247 }
   248 
   248