Ignore:
Timestamp:
Feb 5, 2007, 8:16:21 AM (17 years ago)
Author:
vdigital
Message:

Yoga has input[type="submit"] style addressability restored.
(Since Javascript/Rating it was not possible to change button without loosing rating stars).
p0w0 is fix for a new button display.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/p0w0/theme.css

    r1778 r1780  
    100100SPAN.calItemEmpty { color: silver; }
    101101.calBackDate { color: #000; }
    102 input[type="reset"],
    103 input[type="submit"] {
    104   color: #fff;
    105   font-weight: bold;
    106 }
     102
    107103
    108104/******************************************************************************/
     
    139135input#qsearchInput { background-color: #cde; }
    140136.virtual_cat { background: #fff !important; }
    141 input[type="reset"],
    142 input[type="submit"] {
    143   background-color: #369;
    144 }
     137
    145138/******************************************************************************/
    146139/* Borders, Margins, Padding Only */
     
    219212SPAN.calItem, SPAN.calItemEmpty { border: 1px solid gray; }
    220213TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}
    221 input[type="reset"],
    222 input[type="submit"] {
    223   border: 1px solid #eef;
    224   padding: 5px 5px;
    225 }
    226 #addComment input[name="submit"] { padding: 5px 30px; }
    227214#theAdminPage #content table td { padding: 2px 8px; }
    228 input[type="text"], input[type="password"], input.button,
    229 input.submit, input.reset, input.file,
    230 select, textarea {
    231   color: #369;
    232   border: 1px solid #369;
    233   background-color: #eeeeff;
    234 }
    235 
    236 input:focus, select:focus, textarea:focus /*, INPUT.focus, FORM .focus*/ {
    237   background-color: #fff;       
    238 }
    239 
    240 /******************************************************************************/
    241 /* Display, Visibility and others */
     215/******************************************************************************/
     216/* Display, Visibility, buttons and others */
    242217label { cursor:pointer }
    243218.zero { display: none }
     
    249224}
    250225#content H2::after { content: leader(dotted) }
     226input[type="text"], input[type="password"], input.button,
     227input.submit, input.reset, input.file,
     228select, textarea {
     229  color: #369;
     230  border: 1px solid #369;
     231  background-color: #eeeeff;
     232}
     233input.submit[type="reset"]:focus,
     234input.submit:focus {
     235  background-color: #369;
     236}
     237input.submit[type="reset"],
     238input.submit  {
     239        background: url( images/button-bg.png );
     240        border: 3px double #369;
     241        border-left-color: #cde;
     242        border-top-color: #cde;
     243  font-weight: bold;
     244        color: #fff;
     245        padding: 0.25em;
     246}
     247input.submit[type="reset"]:active,
     248input.submit:active {
     249        background: #69c;
     250        border: 3px double #369;
     251        border-left-color: #9ab;
     252        border-top-color: #9ab;
     253}
Note: See TracChangeset for help on using the changeset viewer.