commit | author | age
|
d5fedc
|
1 |
/** |
T |
2 |
* Roundcube webmail CSS hacks for IE < 9 |
|
3 |
* |
|
4 |
* Copyright (c) 2012, The Roundcube Dev Team |
|
5 |
* |
|
6 |
* The contents are subject to the Creative Commons Attribution-ShareAlike |
|
7 |
* License. It is allowed to copy, distribute, transmit and to adapt the work |
|
8 |
* by keeping credits to the original autors in the README file. |
|
9 |
* See http://creativecommons.org/licenses/by-sa/3.0/ for details. |
|
10 |
*/ |
|
11 |
|
|
12 |
input.button { |
|
13 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e6e6e6', GradientType=0); |
|
14 |
} |
|
15 |
|
|
16 |
.formbuttons input.button { |
|
17 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#606060', GradientType=0); |
|
18 |
} |
|
19 |
|
|
20 |
.formbuttons input.button:active { |
|
21 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c5c5c', endColorstr='#7b7b7b', GradientType=0); |
|
22 |
} |
|
23 |
|
|
24 |
input.button.mainaction { |
|
25 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#2a2e31', GradientType=0); |
|
26 |
} |
|
27 |
|
|
28 |
input.button.mainaction:active { |
|
29 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2e31', endColorstr='#505050', GradientType=0); |
|
30 |
} |
|
31 |
|
6996de
|
32 |
a.button, |
TB |
33 |
.buttongroup { |
d5fedc
|
34 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e6e6e6', GradientType=0); |
T |
35 |
} |
|
36 |
|
|
37 |
a.button.pressed, |
|
38 |
a.button:active, |
|
39 |
input.button:active { |
|
40 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#f9f9f9', GradientType=0); |
|
41 |
} |
|
42 |
|
|
43 |
.pagenav.dark a.button { |
|
44 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8', endColorstr='#bababa', GradientType=0); |
|
45 |
} |
|
46 |
|
|
47 |
.pagenav.dark a.button.pressed { |
|
48 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#d8d8d8', GradientType=0); |
|
49 |
} |
|
50 |
|
6996de
|
51 |
.buttongroup a.button.selected { |
TB |
52 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#909090', endColorstr='#858585', GradientType=0); |
|
53 |
} |
|
54 |
|
d5fedc
|
55 |
#message.statusbar { |
T |
56 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#c8c8c8', GradientType=0); |
|
57 |
} |
|
58 |
|
|
59 |
.ui-dialog.popupmessage .ui-dialog-titlebar { |
|
60 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#cfcfcf', GradientType=0); |
|
61 |
} |
|
62 |
|
|
63 |
.ui-dialog.popupmessage .ui-widget-content { |
|
64 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dcdcdc', GradientType=0); |
|
65 |
} |
|
66 |
|
|
67 |
#topnav { |
|
68 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#060606', GradientType=0); |
|
69 |
} |
|
70 |
|
1f8710
|
71 |
#toplogo { |
TB |
72 |
position: absolute; |
|
73 |
top: 0px; |
|
74 |
left: 10px; |
|
75 |
} |
|
76 |
|
d5fedc
|
77 |
.records-table tr.selected td { |
T |
78 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019bc6', endColorstr='#017cb4', GradientType=0); |
|
79 |
} |
|
80 |
|
|
81 |
.contentbox .boxtitle, |
|
82 |
body.iframe .boxtitle { |
|
83 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dfdfdf', GradientType=0); |
|
84 |
} |
|
85 |
|
|
86 |
#login-form input.button { |
|
87 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e2e2e2', GradientType=0); |
|
88 |
} |
|
89 |
|
|
90 |
#login-form input.button:active { |
|
91 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#f9f9f9', GradientType=0); |
|
92 |
} |
|
93 |
|
|
94 |
.toolbar a.button { |
|
95 |
filter: none; |
|
96 |
} |
|
97 |
|
|
98 |
a.menuselector { |
|
99 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dddddd', GradientType=0); |
|
100 |
} |
|
101 |
|
|
102 |
a.menuselector:active { |
|
103 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#f8f8f8', GradientType=0); |
|
104 |
} |
|
105 |
|
|
106 |
.googie_list td.googie_list_onhover, |
|
107 |
ul.toolbarmenu li a.active:hover, |
|
108 |
#rcmKSearchpane ul li.selected { |
|
109 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aad6', endColorstr='#008fc9', GradientType=0); |
|
110 |
} |
|
111 |
|
|
112 |
.tabsbar .tablink { |
|
113 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d3d3d3 50%, #f8f8f8', GradientType=0); |
|
114 |
} |
|
115 |
|
19b34b
|
116 |
.tabsbar .selected a { |
T |
117 |
background-color: #fff; |
d5fedc
|
118 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0); |
T |
119 |
} |
|
120 |
|
a1bd76
|
121 |
.toolbar a.button.disabled, |
T |
122 |
.boxpagenav a.icon.disabled, |
|
123 |
.pagenav a.button.disabled span.inner, |
|
124 |
.boxfooter .listbutton.disabled .inner, |
|
125 |
.dropbutton a.button.disabled + .dropbuttontip { |
|
126 |
background-image: url(images/buttons.gif); |
|
127 |
} |
d5fedc
|
128 |
|
T |
129 |
/*** addressbook.css ***/ |
|
130 |
|
|
131 |
.contactfieldgroup { |
|
132 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eeeeee', GradientType=0); |
|
133 |
} |
|
134 |
|
|
135 |
.contactfieldgroup legend { |
|
136 |
margin: -8px -8px 8px -8px; |
|
137 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d6d6d6', GradientType=0); |
|
138 |
} |
|
139 |
|
|
140 |
|
|
141 |
/*** mail.css ***/ |
|
142 |
|
77fad1
|
143 |
#messagelistfooter { |
TB |
144 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#c6c6c6', GradientType=0); |
|
145 |
} |
|
146 |
|
d5fedc
|
147 |
#mailboxlist li.mailbox .unreadcount { |
T |
148 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82acb5', endColorstr='#6a939f', GradientType=0); |
|
149 |
} |
|
150 |
|
14a3f2
|
151 |
#mailboxlist li.mailbox.selected > a .unreadcount { |
d5fedc
|
152 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005d76', endColorstr='#004558', GradientType=0); |
T |
153 |
} |
|
154 |
|
c23aad
|
155 |
#messageheader, #partheader, #composeheaders { |
10467e
|
156 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0); |
d5fedc
|
157 |
} |
T |
158 |
|
edfe79
|
159 |
.moreheaderstoggle { |
be72a0
|
160 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e9e9e9', GradientType=1); |
d5fedc
|
161 |
} |
T |
162 |
|
0cd919
|
163 |
#messagelist tbody tr td span.branch div { |
T |
164 |
float: left; |
|
165 |
height: 18px; |
|
166 |
} |