Mercurial > hg > rc2
comparison skins/larry/settings.css @ 8:bf99236cc5cd default tip
try to recover from upgrade fail
author | Charlie Root |
---|---|
date | Sat, 29 Dec 2018 07:07:34 -0500 |
parents | 4681f974d28b |
children |
comparison
equal
deleted
inserted
replaced
7:65fd7d441cf1 | 8:bf99236cc5cd |
---|---|
1 /** | 1 /** |
2 * Roundcube webmail styles for the Settings section | 2 * Roundcube webmail styles for the Settings section |
3 * | 3 * |
4 * Copyright (c) 2012, The Roundcube Dev Team | 4 * Copyright (c) 2017-2017, The Roundcube Dev Team |
5 * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com | 5 * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com |
6 * | 6 * |
7 * The contents are subject to the Creative Commons Attribution-ShareAlike | 7 * The contents are subject to the Creative Commons Attribution-ShareAlike |
8 * License. It is allowed to copy, distribute, transmit and to adapt the work | 8 * License. It is allowed to copy, distribute, transmit and to adapt the work |
9 * by keeping credits to the original autors in the README file. | 9 * by keeping credits to the original autors in the README file. |
67 text-decoration: none; | 67 text-decoration: none; |
68 color: #666; | 68 color: #666; |
69 font-size: 11px; | 69 font-size: 11px; |
70 width: 20px; | 70 width: 20px; |
71 height: 18px; | 71 height: 18px; |
72 background: url(images/listicons.png?v=1877.13442) 0 -1157px no-repeat; | 72 background: url(images/listicons.png?v=c458.10409) 0 -1157px no-repeat; |
73 text-indent: -5000px; | 73 text-indent: -5000px; |
74 overflow: hidden; | 74 overflow: hidden; |
75 } | 75 } |
76 | 76 |
77 #preferences-details fieldset.advanced .collapsed .advanced-toggle { | 77 #preferences-details fieldset.advanced .collapsed .advanced-toggle { |
81 #sections-table tbody td, | 81 #sections-table tbody td, |
82 #sections-table .listitem span, | 82 #sections-table .listitem span, |
83 #settings-sections .listitem a, | 83 #settings-sections .listitem a, |
84 #settings-sections .tablink a { | 84 #settings-sections .tablink a { |
85 padding-left: 36px; | 85 padding-left: 36px; |
86 background-image: url(images/listicons.png?v=1877.13442); | 86 background-image: url(images/listicons.png?v=c458.10409); |
87 background-position: -100px 0; | 87 background-position: -100px 0; |
88 background-repeat: no-repeat; | 88 background-repeat: no-repeat; |
89 } | 89 } |
90 | 90 |
91 /* note: support span.tablink because this is used by plugins */ | 91 /* note: support span.tablink because this is used by plugins */ |