hjg
2023-11-18 bb48edb3d9faaaeab0088151c86fc24137acdb08
提交 | 用户 | 时间
58d006 1 /* a few ie8/9 specific changes */
A 2 .navbar .navbar-inner , .navbar .btn-navbar {
3     filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
4 }
5 .dropdown-menu li > a,
6 .dropdown-submenu > a  {
7     filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
8 }
9 .btn {
10     filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
11 }
12 .progress , .progress .bar {
13     filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
14 }
15
16
17
18
19 #cboxLoadingGraphic > .ace-icon, #cboxLoadingGraphic > .fa , #cboxLoadingGraphic > .glyphicon {
20  display:inline-block;
21  background:#FFF url('images/loading.gif') no-repeat center; 
22 }
23 #cboxLoadingGraphic > .ace-icon:before, #cboxLoadingGraphic > .fa:before, #cboxLoadingGraphic > .glyphicon:before {
24  display:none;
25 }
26
27 .widget-box-overlay > .loading-icon {
28   display:inline-block;
29   width:24px;
30   height:24px;
31   background:transparent url('images/loading.gif') no-repeat center; 
32 }
33 .widget-box-overlay > .loading-icon:before {
34   display:none;
35 }
36
37
38 @media (max-width: 991px) {
39  .sidebar.responsive {
40    display: none;
41  }
42  .sidebar.responsive.display {
43    display: block;
44  }
45 }
46
47 .profile-user-info { width: 98%; }
48 .wysiwyg-toolbar .dropdown-menu { min-width: 260px; }
49
50 .modal.modal-contained {
51   position: absolute !important;
52 }
53
54
55 /* IE9 and below have an issue with left & right borders and RTL */
56 .rtl .sidebar .nav-list li.active > a:before, .rtl .sidebar .nav-list li.active > a:after {
57  direction: ltr;
58  text-align: left;
59 }
60 .rtl .sidebar .nav-list li > .arrow {
61  direction: ltr;
62  text-align: left;
63 }
64
65
66
67
68 /* following is for ie8 only */
69 @media \0screen {
70
71 html {
72  /* to fix it when inside iframe */
73  position: absolute;
74  width: 100%;
75 }
76
77 body {
78  background-color: #E9E9E9;
79 }
80
81 .sidebar-fixed:before {
82  left: 0;
83 }
84 /* it doesn't show up in ie8, so let's make it visible at least when inside .container */
85 .sidebar .nav-list > li:before {
86     z-index: 4444;
87     left: -3px;
88 }
89
90
91
92 .nav-list > li > .submenu li.open > a > .menu-icon {
93   display: inline-block;
94 }
95
96 .ace-nav > li.white-opaque {
97     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF',GradientType=0 );
98 }
99 .ace-nav > li.dark-opaque {
100     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 );
101 }
102
103 .ace-nav > li.transparent > a:hover,
104 .ace-nav > li.transparent > a:focus, 
105 .ace-nav > li.open.transparent > a {
106     background-color: transparent !important;
107     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19000000', endColorstr='#19000000',GradientType=0 );
108 }
109
110 .ace-nav > li.light-10 > a {
111     background-color: transparent !important;
112     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19FFFFFF', endColorstr='#19FFFFFF',GradientType=0 );
113 }
114 .ace-nav > li.light-10 > a:hover, .ace-nav > li.light-10 > a:focus, .ace-nav > li.open.light-10 > a {
115     background-color: transparent !important;
116     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF',GradientType=0 ) !important;
117 }
118
119 .ace-nav > li.dark-10 > a {
120     background-color: transparent !important;
121     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19000000', endColorstr='#19000000',GradientType=0 );
122 }
123 .ace-nav > li.dark-10 > a:hover, .ace-nav > li.dark-10 > a:focus, .ace-nav > li.open.dark-10 > a {
124     background-color: transparent !important;
125     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 );
126 }
127
128
129
130 .navbar .navbar-nav > li  > a:hover,
131 .navbar .navbar-nav > li  > a:focus,
132 .navbar .navbar-nav > li.open  > a {
133   background-color: transparent !important;
134   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19000000', endColorstr='#19000000',GradientType=0 ) !important;
135 }
136
137
138
139 .infobox-dark > .badge {
140  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33FFFFFF', endColorstr='#33FFFFFF',GradientType=0 ) !important;
141 }
142 .widget-box-overlay {
143  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55000000', endColorstr='#55000000',GradientType=0 ) !important;
144 }
145 .widget-toolbar-light {
146  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D8FFFFFF', endColorstr='#D8FFFFFF',GradientType=0 ) !important;
147 }
148
149 input[type=checkbox].ace , input[type=radio].ace,
150 label input[type=checkbox].ace , label input[type=radio].ace,
151 input[type=checkbox].ace.ace-switch , input[type=radio].ace.ace-switch,
152 label input[type=checkbox].ace.ace-switch , label input[type=radio].ace.ace-switch 
153  {
154     position: static !important;
155     width: auto !important;
156     height: auto !important;
157     z-index: auto !important;
158 }
159
160 input[type=checkbox].ace + .lbl, input[type=radio].ace + .lbl,
161 input[type=checkbox].ace ~ .lbl, input[type=radio].ace ~ .lbl {
162     min-height: auto !important;
163     min-width: auto !important;
164     width: auto !important;
165     height: auto !important;
166     position: static !important;
167 }
168 input[type=checkbox].ace.ace-switch  {
169     width: auto !important;
170 }
171 input[type=checkbox].ace.ace-switch + .lbl,
172 input[type=checkbox].ace.ace-switch ~ .lbl {
173     margin: 0 !important;
174     min-height: auto !important;
175 }
176 .checkbox label input.ace[type="checkbox"] + .lbl,
177 .radio label input.ace[type="radio"] + .lbl,
178 .checkbox label input.ace[type="checkbox"] ~ .lbl,
179 .radio label input.ace[type="radio"] ~ .lbl {
180     margin-left: auto;
181 }
182
183
184 label , [class*="input-"] {
185     max-width: none !important;
186 }
187
188
189
190 .wizard-steps li:first-child:before {
191  max-width:100%;
192  left:0;
193 }
194
195 .login-layout .widget-box {
196  display:none;
197  visibility:visible;
198  position:static;
199 }
200
201 .login-layout .widget-box.visible {
202  display:block;
203 }
204 .pricing-box-small:hover {
205     left:-1px;
206     top:-3px;
207 }
208
209
210 .ace-thumbnails > li > a > img{
211  width:auto !important;
212 }
213 .ace-thumbnails > li > :first-child > .text{
214  display:none;
215 }
216 .ace-thumbnails > li:hover > :first-child  > .text{
217  display:block;
218 }
219 .ace-thumbnails > li > .tools{
220  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C000000', endColorstr='#8C000000', GradientType=0) !important;
221 }
222 .ace-thumbnails > li > :first-child > .text{
223  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C000000', endColorstr='#8C000000', GradientType=0) !important;
224 }
225
226
227
228 .btn.btn-app.btn-light {
229   border: 1px solid #D9D9D9;
230 }
231 .btn.btn-app.btn-yellow {
232   border: 1px solid #FEE188;
233 }
234
235
236 .widget-box-overlay {
237  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55000000', endColorstr='#55000000',GradientType=0 ) !important;
238 }
239 .ace-file-overlay {
240  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7F000000', endColorstr='#7F000000',GradientType=0 ) !important;
241 }
242 .ace-file-overlay  > .ace-icon, .ace-file-overlay  > .fa, .ace-file-overlay  > .glyphicon {
243   display: inline-block;
244   width: 32px;
245   height: 32px;
246   background: transparent url('images/loading.gif') no-repeat center; 
247 }
248 .ace-file-overlay  > .ace-icon:before, .ace-file-overlay  > .fa:before, .ace-file-overlay  > .glyphicon:before {
249   display: none;
250 }
251
252
253 .grid3 {
254  width:31%;
255 }
256 .grid4 {
257  width:23%;
258 }
259
260 .itemdiv.dialogdiv > .body:before{
261  display:none;
262 }
263
264 .fc-event-hori, .fc-event-vert {
265  border-width: 0 !important;
266 }
267
268
269 [class*="tab-color-"] .nav-tabs > li > a > .ace-icon:first-child,
270 [class*="tab-color-"] .nav-tabs > li > a > .fa:first-child 
271  {
272  color: #666 !important;
273 }
274
275
276 .dropdown-preview > .dropdown-menu {
277  *width: 180px;
278 }
279
280 /*jquery ui*/
281 .ui-datepicker , .ui-autocomplete , .ui-menu{
282   border:1px solid #CCC;
283 }
284 .ui-widget-overlay  {
285   filter:alpha(opacity=100) !important;
286   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44000000', endColorstr='#44000000',GradientType=0 ) !important;
287 }
288
289
290 .message-content {
291   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF',GradientType=0 ) !important;
292 }
293
294
295
296 /* semi transparent gritter backgrounds */
297 .gritter-item-wrapper {
298     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA323232', endColorstr='#EA323232',GradientType=0 ) !important; /* IE6-9 */
299 }
300 .gritter-item-wrapper.gritter-info {
301     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA315185', endColorstr='#EA315185',GradientType=0 ) !important; /* IE6-9 */
302 }
303 .gritter-item-wrapper.gritter-error {
304     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA992812', endColorstr='#EA992812',GradientType=0 ) !important; /* IE6-9 */
305 }
306 .gritter-item-wrapper.gritter-success {
307     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA59834B', endColorstr='#EA59834B',GradientType=0 ) !important; /* IE6-9 */
308 }
309 .gritter-item-wrapper.gritter-warning {
310     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EABE701F', endColorstr='#EABE701F',GradientType=0 ) !important; /* IE6-9 */
311 }
312
313 .gritter-item-wrapper.gritter-light {
314     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F5F5F5', endColorstr='#F2F5F5F5',GradientType=0 ) !important; /* IE6-9 */
315 }
316 .gritter-info.gritter-light {
317     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2E8F2FF', endColorstr='#F2E8F2FF',GradientType=0 ) !important; /* IE6-9 */
318 }
319 .gritter-error.gritter-light {
320     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2FFEBEB', endColorstr='#F2FFEBEB',GradientType=0 ) !important; /* IE6-9 */
321 }
322 .gritter-success.gritter-light {
323     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2EFFAE3', endColorstr='#F2EFFAE3',GradientType=0 ) !important; /* IE6-9 */
324 }
325 .gritter-warning.gritter-light {
326     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2FCF8E3', endColorstr='#F2FCF8E3',GradientType=0 ) !important; /* IE6-9 */
327 }
328
329
330
331
332 .widget-header .wysiwyg-toolbar .btn-group > .btn , .widget-body .md-header .btn  {
333   background:transparent none !important;
334   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40FFFFFF', endColorstr='#40FFFFFF',GradientType=0 ) !important;
335 }
336 .widget-header .wysiwyg-toolbar .btn-group > .btn.active , .widget-body .md-header .btn-inverse {
337   background:transparent none !important;
338   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#40000000',GradientType=0 ) !important;
339 }
340 .widget-body .md-header .btn  , .widget-body .md-header .btn-inverse {
341     display:none;
342 }
343
344
345 .scroller-bar , .scroller-active .scroller-bar {
346  display: none;    
347 }
348 .scroller-active:hover .scroller-bar,
349 .scroller-active .scroller-bar.active,
350 .scroller-active .scroller-bar:active,
351 .nav-wrap:hover + .scroller-active .scroller-bar {
352  display: block;
353 }
354
355
356
357 .ace-settings-box {
358  display: none;
359 }
360 .ace-settings-box.open {
361  display: block;
362 }
363
364 [data-toggle="buttons"] > .btn > input[type="radio"],
365 [data-toggle="buttons"] > .btn > input[type="checkbox"] {
366   display: none;
367 }
368
369
370
371 .aside.aside-hidden.aside-vc .modal-dialog  {
372   width: 0;
373 }
374 .aside.aside-hidden.aside-hz .modal-dialog  {
375   height: 0;
376 }
377
378  .btn-group > .btn-app:first-child {
379     margin-right: 24px;
380  }
381  .btn-group > .btn-app.dropdown-toggle:first-child {
382     margin-right: auto;
383  }
384
385  
386  .sidebar .submenu.sub-scroll {
387   overflow-y: auto;
388  }
389  
390  
391 .tree .tree-branch > .tree-branch-header:hover {
392    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A62A8D1', endColorstr='#1A62A8D1',GradientType=0 );
393 }
394 .tree .tree-selected > .tree-branch-header {
395    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E62A8D1', endColorstr='#2E62A8D1',GradientType=0 );
396 }
397
398
399 .tree .tree-item:hover {
400    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A62A8D1', endColorstr='#1A62A8D1',GradientType=0 );
401 }
402 .tree .tree-selected, .tree-selected:hover  {
403    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2862A8D1', endColorstr='#2862A8D1',GradientType=0 );
404 }
405
406 }