Mercurial > hg > rc2
comparison plugins/jqueryui/themes/classic/roundcube-custom.diff @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4681f974d28b |
---|---|
1 --- jquery-ui-1.10.4.custom.orig.css 2014-06-17 00:44:04.000000000 +0200 | |
2 +++ jquery-ui-1.10.4.custom.css 2014-07-31 08:55:11.000000000 +0200 | |
3 @@ -226,13 +226,18 @@ | |
4 width: 3.7em; | |
5 } | |
6 | |
7 +button.ui-button-text-only, | |
8 +a.ui-button-text-only { | |
9 + background-image: url("images/buttongradient.png") !important; | |
10 +} | |
11 + | |
12 /* button text element */ | |
13 .ui-button .ui-button-text { | |
14 display: block; | |
15 line-height: normal; | |
16 } | |
17 .ui-button-text-only .ui-button-text { | |
18 - padding: .4em 1em; | |
19 + padding: .3em 1em; | |
20 } | |
21 .ui-button-icon-only .ui-button-text, | |
22 .ui-button-icons-only .ui-button-text { | |
23 @@ -301,6 +306,9 @@ | |
24 width: 17em; | |
25 padding: .2em .2em 0; | |
26 display: none; | |
27 + box-shadow: 1px 1px 18px #999; | |
28 + -moz-box-shadow: 1px 1px 12px #999; | |
29 + -webkit-box-shadow: #999 1px 1px 12px; | |
30 } | |
31 .ui-datepicker .ui-datepicker-header { | |
32 position: relative; | |
33 @@ -374,6 +382,11 @@ | |
34 text-align: right; | |
35 text-decoration: none; | |
36 } | |
37 +.ui-datepicker td.ui-datepicker-current-day .ui-state-active { | |
38 + background:#c33; | |
39 + border-color:#a22; | |
40 + color:#fff; | |
41 +} | |
42 .ui-datepicker .ui-datepicker-buttonpane { | |
43 background-image: none; | |
44 margin: .7em 0 0 0; | |
45 @@ -385,7 +398,7 @@ | |
46 .ui-datepicker .ui-datepicker-buttonpane button { | |
47 float: right; | |
48 margin: .5em .2em .4em; | |
49 - cursor: pointer; | |
50 + cursor: default; | |
51 padding: .2em .6em .3em .6em; | |
52 width: auto; | |
53 overflow: visible; | |
54 @@ -469,6 +482,9 @@ | |
55 left: 0; | |
56 padding: .2em; | |
57 outline: 0; | |
58 + -webkit-box-shadow: #999 1px 1px 12px; | |
59 + -moz-box-shadow: 1px 1px 12px #999; | |
60 + box-shadow: 1px 1px 18px #999; | |
61 } | |
62 .ui-dialog .ui-dialog-titlebar { | |
63 padding: .4em 1em; | |
64 @@ -491,6 +507,9 @@ | |
65 padding: 1px; | |
66 height: 20px; | |
67 } | |
68 +.no-close .ui-dialog-titlebar-close { | |
69 + display: none !important; | |
70 +} | |
71 .ui-dialog .ui-dialog-content { | |
72 position: relative; | |
73 border: 0; | |
74 @@ -510,7 +529,7 @@ | |
75 } | |
76 .ui-dialog .ui-dialog-buttonpane button { | |
77 margin: .5em .4em .5em 0; | |
78 - cursor: pointer; | |
79 + cursor: default; | |
80 } | |
81 .ui-dialog .ui-resizable-se { | |
82 width: 12px; | |
83 @@ -528,6 +547,9 @@ | |
84 margin: 0; | |
85 display: block; | |
86 outline: none; | |
87 + -webkit-box-shadow: #999 1px 1px 12px; | |
88 + -moz-box-shadow: 1px 1px 12px #999; | |
89 + box-shadow: 1px 1px 18px #999; | |
90 } | |
91 .ui-menu .ui-menu { | |
92 margin-top: -3px; | |
93 @@ -559,6 +581,9 @@ | |
94 .ui-menu .ui-menu-item a.ui-state-active { | |
95 font-weight: normal; | |
96 margin: -1px; | |
97 + background: #c33; | |
98 + border-color: #a22; | |
99 + color: #fff; | |
100 } | |
101 | |
102 .ui-menu .ui-state-disabled { | |
103 @@ -740,20 +765,29 @@ | |
104 float: left; | |
105 position: relative; | |
106 top: 0; | |
107 - margin: 1px .2em 0 0; | |
108 + margin: 0; | |
109 border-bottom-width: 0; | |
110 padding: 0; | |
111 white-space: nowrap; | |
112 + -webkit-border-top-left-radius: 2px; | |
113 + -moz-border-radius-topleft: 2px; | |
114 + border-top-left-radius: 2px; | |
115 + -webkit-border-top-right-radius: 2px; | |
116 + -moz-border-radius-topright: 2px; | |
117 + border-top-right-radius: 2px; | |
118 } | |
119 .ui-tabs .ui-tabs-nav .ui-tabs-anchor { | |
120 float: left; | |
121 - padding: .5em 1em; | |
122 + padding: .3em 1em; | |
123 text-decoration: none; | |
124 } | |
125 .ui-tabs .ui-tabs-nav li.ui-tabs-active { | |
126 margin-bottom: -1px; | |
127 padding-bottom: 1px; | |
128 } | |
129 +.ui-dialog .ui-tabs-nav li.ui-tabs-active { | |
130 + background: #fff; | |
131 +} | |
132 .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, | |
133 .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, | |
134 .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { | |
135 @@ -806,9 +840,11 @@ | |
136 } | |
137 .ui-widget-header { | |
138 border: 1px solid #999999; | |
139 - background: #f4f4f4 url("images/ui-bg_highlight-hard_90_f4f4f4_1x100.png") 50% 50% repeat-x; | |
140 + border-width: 0 0 1px 0; | |
141 + background: #f4f4f4 url("images/listheader.png") 50% 50% repeat; | |
142 color: #333333; | |
143 font-weight: bold; | |
144 + margin: -0.2em -0.2em 0 -0.2em; | |
145 } | |
146 .ui-widget-header a { | |
147 color: #333333; | |
148 @@ -841,6 +877,15 @@ | |
149 font-weight: normal; | |
150 color: #000000; | |
151 } | |
152 +.ui-state-focus, | |
153 +.ui-widget-content .ui-state-focus { | |
154 + border: 1px solid #c33; | |
155 + color: #a00; | |
156 +} | |
157 +.ui-tabs-nav .ui-state-focus { | |
158 + border: 1px solid #a4a4a4; | |
159 + color: #000; | |
160 +} | |
161 .ui-state-hover a, | |
162 .ui-state-hover a:hover, | |
163 .ui-state-hover a:link, | |
164 @@ -906,8 +951,8 @@ | |
165 .ui-priority-secondary, | |
166 .ui-widget-content .ui-priority-secondary, | |
167 .ui-widget-header .ui-priority-secondary { | |
168 - opacity: .7; | |
169 - filter:Alpha(Opacity=70); | |
170 + opacity: .6; | |
171 + filter:Alpha(Opacity=60); | |
172 font-weight: normal; | |
173 } | |
174 .ui-state-disabled, |