|
35 | 35 | ----------------------------------*/ |
36 | 36 |
|
37 | 37 | /* Overlays */ |
38 | | -.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #e6e6e6;} |
| 38 | +.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #999;} |
39 | 39 |
|
40 | 40 |
|
41 | 41 | /*! |
|
58 | 58 | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; } |
59 | 59 | .ui-widget-content { border: 1px solid #aaaaaa; color: #222222; } |
60 | 60 | .ui-widget-content a { color: #222222; } |
61 | | -.ui-widget-header { background: #505050; color: #444; font-size: 10pt; font-weight: bold;} |
| 61 | +.ui-widget-header { background: #777; color: #444; font-size: 10pt; font-weight: bold;} |
62 | 62 | .ui-widget-header a { color: #222222; } |
63 | 63 |
|
64 | 64 | /* Interaction Cues |
|
75 | 75 | /* Icons |
76 | 76 | ----------------------------------*/ |
77 | 77 |
|
78 | | -/* states and images */ |
| 78 | +/* states and images |
79 | 79 | .ui-icon { width: 16px; height: 16px; } |
80 | 80 | .ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); } |
81 | 81 | .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } |
82 | 82 | .ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } |
83 | 83 | .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); } |
84 | 84 | .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); } |
85 | | - |
| 85 | +*/ |
86 | 86 |
|
87 | 87 | /* positioning */ |
88 | 88 | .ui-icon-carat-1-n { background-position: 0 0; } |
|
376 | 376 | * http://docs.jquery.com/UI/Button#theming |
377 | 377 | */ |
378 | 378 | .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .10pt; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ |
379 | | -.ui-button { filter:chroma(color=#000000); cursor: pointer; color: #555; background-color: #ececec; border: 1px solid #e0e0e0; border-radius: 3px 3px 3px 3px; font-weight: bold; font-size: 14px; padding: 2px 16px; width: 108px; height: 34px; } |
380 | | -.ui-button:hover { border: 1px solid #f79b44; background-color: #f79b44; color: #fff;} |
| 379 | +.ui-button { filter:chroma(color=#000000); cursor: pointer; color: #fff; background-color: #f79b44; border: 1px solid #f79b44; border-radius: 3px 3px 3px 3px; font-weight: bold; font-size: 14px; padding: 2px 16px; width: 108px; height: 34px; } |
| 380 | +.ui-button:hover { border: 1px solid #9e9e9e; background-color: #9e9e9e; color: #fff;} |
381 | 381 | .ui-button:active { background-color: #ccc; color: #fff; border: 1px solid #ccc; } |
382 | 382 | .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ |
383 | 383 | button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ |
|
0 commit comments