Changeset 17929 for branches/2.4


Ignore:
Timestamp:
Sep 15, 2012, 5:29:55 PM (12 years ago)
Author:
mistic100
Message:

Merged revision(s) r17928 from trunk:
small css fixes:

make disabled options visible with clear,
remove border on .showInfo:hover, avoiding clipping on some pages with roma

Location:
branches/2.4/admin/themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/admin/themes/clear/theme.css

    r17290 r17929  
    2323th { color: #888; }
    2424INPUT, select, textarea { color:#666; background-color: #ccc; }
     25option[disabled] { background-color: #ccc; }
    2526input[type="radio"], input[type="checkbox"] { background-color: transparent; }
    2627
  • branches/2.4/admin/themes/default/theme.css

    r17290 r17929  
    868868.pluginActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
    869869.showInfo {display:block;position:absolute;top:0;right:5px;width:15px;font-style:italic;font-family:"Georgia",serif;background-color:#464646;font-size:0.9em;border-radius:10px;-moz-border-radius:10px;}
    870 .showInfo:hover {cursor:pointer}
     870.showInfo:hover {cursor:pointer;border:none;}
    871871
    872872.warning:before {content:url(icon/warning.png);vertical-align:top;}
Note: See TracChangeset for help on using the changeset viewer.