Changeset ff4c18f in github


Ignore:
Timestamp:
Mar 14, 2012 8:58:56 AM (15 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
6699a68
Parents:
6756289
Message:

Better color for selected spell check button; Styles for undo link in status messages

Location:
skins/larry
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/googiespell.css

    r74d4c7f9 rff4c18f  
    99 
    1010.googie_edit_layer { 
     11        position: relative; 
     12        top: 1px; 
     13        left: 1px; 
    1114  padding: 8px; 
    1215  font-size: 9pt; 
  • skins/larry/styles.css

    r6756289 rff4c18f  
    426426} 
    427427 
     428#message div a, 
     429#message div span { 
     430        padding-right: 0.5em; 
     431        text-decoration: none; 
     432} 
     433 
     434#message div a:hover { 
     435        text-decoration: underline; 
     436        cursor: pointer; 
     437} 
     438 
    428439#message.statusbar { 
    429440        position: absolute; 
     
    14011412.toolbar a.button.spellcheck.selected { 
    14021413        background-position: left -1570px; 
    1403         color: #014b6c; 
     1414        color: #1978a1; 
    14041415} 
    14051416 
Note: See TracChangeset for help on using the changeset viewer.