Changeset 5454 in subversion
- Timestamp:
- Nov 20, 2011 8:24:45 AM (18 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/skins/default/common.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/common.css
r5432 r5454 6 6 margin: 8px; 7 7 background-color: #F6F6F6; 8 color: #000000; 8 color: #000; 9 font-size: 12px; 9 10 } 10 11 … … 20 21 } 21 22 22 body,td, th, div, p, select, input, textarea23 td, th, div, p, select, input, textarea 23 24 { 24 25 font-size: 12px; 26 font-family: inherit; 25 27 } 26 28 … … 37 39 a, a:active, a:visited 38 40 { 39 color: #000 000;41 color: #000; 40 42 outline: none; 41 43 } … … 43 45 a.button, a.button:visited, a.tab, a.tab:visited, a.axislist 44 46 { 45 color: #000 000;47 color: #000; 46 48 text-decoration: none; 47 49 } … … 57 59 { 58 60 height: 1px; 59 background-color: #666 666;61 background-color: #666; 60 62 border-style: none; 61 63 } … … 66 68 textarea 67 69 { 68 border: 1px solid #666 666;69 color: #333 333;70 background-color: # ffffff;70 border: 1px solid #666; 71 color: #333; 72 background-color: #FFF; 71 73 } 72 74
Note: See TracChangeset
for help on using the changeset viewer.
