Changeset 3953 in subversion
- Timestamp:
- Sep 9, 2010 12:49:18 PM (3 years ago)
- Location:
- trunk/roundcubemail/skins/default
- Files:
-
- 2 edited
-
common.css (modified) (3 diffs)
-
mail.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/common.css
r3852 r3953 19 19 } 20 20 21 body, td, th, div, p, h3 21 body, td, th, div, p, h3, select, input, textarea 22 22 { 23 23 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; … … 66 66 textarea 67 67 { 68 padding: 1px;69 padding-left: 3px;70 padding-right: 3px;71 68 border: 1px solid #666666; 72 69 color: #333333; … … 76 73 input, textarea 77 74 { 78 font-size: 9pt;79 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;80 75 color: black; 81 padding-left: 3px; 82 padding-right: 3px; 83 } 84 85 select 86 { 87 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 88 color: black; 76 padding: 1px 3px; 89 77 } 90 78 -
trunk/roundcubemail/skins/default/mail.css
r3813 r3953 138 138 } 139 139 140 #messagetoolbar select141 {142 font-size: 11px;143 }144 145 140 #messagetoolbar select.mboxlist 146 141 {
Note: See TracChangeset
for help on using the changeset viewer.
