- Timestamp:
- May 28, 2018 2:18:23 PM (3 years ago)
- Branches:
- master
- Children:
- 277a161
- Parents:
- 550ef2a
- Location:
- installer/resources/themes/susimail
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
installer/resources/themes/susimail/classic/susimail.css
r550ef2a rd128bab 510 510 } 511 511 512 select, 512 513 button, input[type="submit"], input[type="reset"] { 513 514 padding: 5px; … … 631 632 } 632 633 633 input.list, input.moveto, input.switchto {634 input.list, input.moveto, #pagenav input.switchto { 634 635 background: #eee url(/themes/susimail/images/folder.png) no-repeat 7px center; 635 636 background: url(/themes/susimail/images/folder.png) no-repeat 7px center, linear-gradient(to bottom, #fff 0%, #ddd 100%); -
installer/resources/themes/susimail/light/susimail.css
r550ef2a rd128bab 515 515 } 516 516 517 select, 517 518 input[type="submit"], input[type="reset"] { 518 519 border: 1px solid #999daf; … … 608 609 } 609 610 610 input.list, input.moveto, input.switchto {611 input.list, input.moveto, #pagenav input.switchto { 611 612 background: #eee url(/themes/susimail/images/folder.png) no-repeat 6px center; 612 613 background: url(/themes/susimail/images/folder.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #efefff); -
installer/resources/themes/susimail/midnight/susimail.css
r550ef2a rd128bab 596 596 } 597 597 598 select, 598 599 input[type=submit], input.cancel { 599 600 color: #4e47bf; … … 1072 1073 } 1073 1074 1074 input.list, input.moveto, input.switchto {1075 input.list, input.moveto, #pagenav input.switchto { 1075 1076 background: #000 url(/themes/susimail/images/folder.png) no-repeat 6px center !important; 1076 1077 background: url(/themes/susimail/images/folder.png) no-repeat 6px center, linear-gradient(to bottom, #1f1e32, #090812 50%, #000 50%) !important;
Note: See TracChangeset
for help on using the changeset viewer.