Dotclear


Ignore:
Timestamp:
08/30/13 18:14:36 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Children:
1637:e30dca34f6b8, 1711:b88f3f023989
Message:

Message "No [somewhat] yet/so far/[nothing]" harmonization.
CSS: very little adjustments of colors and borders.

Location:
admin/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1635 r1636  
    404404} 
    405405#qx:focus { 
    406      border: 2px solid #BBDB58; 
     406     border: 2px solid #bee74b; 
    407407} 
    408408#search-menu input[type="submit"] { 
     
    534534} 
    535535#icons a:focus img, #icons a:hover img { 
    536      background: #BBDB58; 
     536     background: #bee74b; 
    537537} 
    538538#icons a:focus span, #icons a:hover span { 
     
    993993#themes a:focus div, #themes a:hover div, 
    994994#themes a:focus div.current-theme, #themes a:hover div.current-theme { 
    995      background: #BBDB58; 
     995     background: #bee74b; 
    996996} 
    997997/* ----------------------------------------------------------  Plugins list */ 
     
    14341434} 
    14351435select { 
    1436      border-right: none; 
     1436     border-right: 2px solid #fff; 
    14371437} 
    14381438input.invalid, textarea.invalid, select.invalid { 
     
    15621562     -moz-box-sizing: border-box; 
    15631563     box-sizing: border-box; 
    1564      border: 2px solid #BBDB58; 
     1564     border: 2px solid #bee74b; 
    15651565} 
    15661566/* --------------------------------------------------------------- buttons */ 
     
    16591659} 
    16601660.button.add { 
    1661      background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #BBDB58), color-stop(1, #9AC123) ); 
    1662      background:-moz-linear-gradient( center top, #BBDB58 5%, #9AC123 100% ); 
    1663      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BBDB58', endColorstr='#9AC123'); 
    1664      background-color:#BBDB58; 
     1661     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bee74b), color-stop(1, #9BCA1C) ); 
     1662     background:-moz-linear-gradient( center top, #bee74b 5%, #9BCA1C 100% ); 
     1663     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bee74b', endColorstr='#9BCA1C'); 
     1664     background-color:#bee74b; 
    16651665     border:1px solid #B2D742; 
    16661666     padding:.5em 1.5em; 
     
    16721672} 
    16731673.button.add:hover, .button.add:active, .button.add:focus { 
    1674      background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9AC123), color-stop(1, #BBDB58) ); 
    1675      background:-moz-linear-gradient( center top, #9AC123 5%, #BBDB58 100% ); 
    1676      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9AC123', endColorstr='#BBDB58'); 
    1677      background-color:#9AC123; 
     1674     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9BCA1C), color-stop(1, #bee74b) ); 
     1675     background:-moz-linear-gradient( center top, #9BCA1C 5%, #bee74b 100% ); 
     1676     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BCA1C', endColorstr='#bee74b'); 
     1677     background-color:#9BCA1C; 
    16781678} 
    16791679.button-add:focus { 
  • admin/style/jsToolBar/jsToolBar.css

    r1621 r1636  
    2424} 
    2525.jstEditor textarea:focus, .jstEditor iframe:focus { 
    26      border: 2px solid #BBDB58; 
     26     border: 2px solid #bee74b; 
    2727} 
    2828.jstElements { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map