1 /*******************************************************************************
2 * Copyright (c) 2008, 2015 Innoopract Informationssysteme GmbH and others.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
9 * Innoopract Informationssysteme GmbH - initial API and implementation
10 * EclipseSource - ongoing development
11 * hangum(hangum@gmail.com) - TadpoleDBHub
14 * jeongjaehong(jeongjaehong@gmail.com) - CTab, Button style 변경.
15 ******************************************************************************/
17 /* RAP 1.4 default theme for all widgets */
21 background-color: white
;
22 background-image: none
;
23 font: 12px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
31 background-color: #ff0000;
34 font: 10px Arial
, sans-serif
;
39 padding: 1px 3px 2px 3px;
40 background-color: #dae9f7;
41 border: 1px solid
#00589f;
42 border-radius: 2px 2px 2px 2px;
43 font: 12px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
46 animation: fadeIn
200ms linear
, fadeOut
600ms ease-out
;
47 box-shadow: 3px 4px 2px rgba
( 0, 0, 0, 0.3 );
51 Widget-ToolTip-Pointer
{
52 background-image: none
;
56 rwt-shadow-color: #a7a6aa;
57 rwt-highlight-color: #ffffff;
58 rwt-darkshadow-color: #85878c;
59 rwt-lightshadow-color: #dcdfe4;
60 rwt-thinborder-color: #aca899;
61 rwt-selectionmarker-color: #fec83c;
62 rwt-infobackground-color: #ffffff;
64 rwt-error-image: url
( theme
/resources
/dialog
/error
.png
);
65 rwt-information-image: url
( theme
/resources
/dialog
/information
.png
);
66 rwt-question-image: url
( theme
/resources
/dialog
/question
.png
);
67 rwt-warning-image: url
( theme
/resources
/dialog
/warning
.png
);
68 rwt-working-image: url
( theme
/resources
/dialog
/information
.png
);
70 rwt-fontlist: 11px 'Segoe UI', Corbel
, Calibri
, Tahoma
, 'Lucida Sans Unicode';
72 background-image: url
( theme
/resources
/display
/browser_bg
.png
);
73 font: 12px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
76 /* Default theme for all controls */
84 border: 1px solid
#a4a4a4;
87 /* Default theme for all composites */
92 background-color: #ffffff;
93 background-image: none
;
94 background-repeat: repeat
;
95 background-position: left top
;
102 background-color: white
;
103 background-image: none
;
106 /* Button default theme */
109 background-image: none
;
110 background-repeat: repeat
;
111 background-position: left top
;
117 background-color: white
;
120 text-decoration: none
;
124 Button
[PUSH
], Button
[TOGGLE
], Button
[BORDER
] {
125 border: 1px solid
#A4A4A4;
128 background-image: gradient
(
129 linear
, left top
, left bottom
,
131 color-stop
( 48%, #f0f0f0 ),
132 color-stop
( 52%, #e0e0e0 ),
135 animation: hoverOut
500ms ease-out
;
139 Button
[ARROW
], Button
[ARROW
][BORDER
] {
140 border: 1px solid
#A4A4A4;
143 background-image: gradient
(
144 linear
, left top
, left bottom
,
146 color-stop
( 48%, #f0f0f0 ),
147 color-stop
( 52%, #e0e0e0 ),
150 animation: hoverOut
500ms ease-out
;
154 /* 엔터키가 눌릴때 실행될 기본 선택값이 지정된 버튼의 스타일 정의. */
155 Button
[ARROW
]:default
,
156 Button
[PUSH
]:default
,
157 Button
[TOGGLE
]:default
{
159 background-color: white
;
160 background-image: gradient
(
161 linear
, left top
, left bottom
,
163 color-stop
( 48%, #4ca6e2 ),
164 color-stop
( 52%, #4ca6e2 ),
165 color-stop
( 48%, #4ca6e2 ),
168 border: 1px solid
#A4A4A4;
171 Button
[ARROW
]:disabled
, Button
[PUSH
]:disabled
, Button
[TOGGLE
]:disabled
{
175 Button
[ARROW
]:hover
, Button
[PUSH
]:hover
, Button
[TOGGLE
]:hover
{
177 background-image: gradient
(
178 linear
, left top
, left bottom
,
180 color-stop
( 48%, #f0f0f0 ),
181 color-stop
( 52%, #e0e0e0 ),
186 Button
[ARROW
]:pressed
, Button
[PUSH
]:pressed
, Button
[TOGGLE
]:pressed
{
188 background-image: gradient
(
189 linear
, left top
, left bottom
,
191 color-stop
( 52%, #e0e0e0 ),
194 padding: 4px 5px 2px 7px;
197 Button
[TOGGLE
]:selected
{
198 background-image: gradient
(
199 linear
, left top
, left bottom
,
201 color-stop
( 30%, #f0f0f0 ),
202 color-stop
( 70%, #e0e0e0 ),
207 Button
[TOGGLE
]:selected:hover
{
208 background-image: gradient
(
209 linear
, left top
, left bottom
,
211 color-stop
( 52%, #e0e0e0 ),
216 Button
[CHECK
], Button
[RADIO
] {
220 Button
[CHECK
][BORDER
], Button
[RADIO
][BORDER
] {
221 background-image: none
;
225 background-image: url
( theme
/resources
/button
/check-unselected
.png
);
228 Button-CheckIcon:hover
{
229 background-image: url
( theme
/resources
/button
/check-unselected-hover
.png
);
232 Button-CheckIcon:selected
{
233 background-image: url
( theme
/resources
/button
/check-selected
.png
);
236 Button-CheckIcon:selected:hover
{
237 background-image: url
( theme
/resources
/button
/check-selected-hover
.png
);
240 Button-CheckIcon:selected:grayed
{
241 background-image: url
( theme
/resources
/button
/check-grayed
.png
);
244 Button-CheckIcon:selected:grayed:hover
{
245 background-image: url
( theme
/resources
/button
/check-grayed-hover
.png
);
249 background-image: url
( theme
/resources
/button
/radio-unselected
.png
);
252 Button-RadioIcon:hover
{
253 background-image: url
( theme
/resources
/button
/radio-unselected-hover
.png
);
256 Button-RadioIcon:selected
{
257 background-image: url
( theme
/resources
/button
/radio-selected
.png
);
260 Button-RadioIcon:selected:hover
{
261 background-image: url
( theme
/resources
/button
/radio-selected-hover
.png
);
264 Button-ArrowIcon
[UP
] {
265 background-image: url
( theme
/resources
/button
/arrow-up
.png
);
268 Button-ArrowIcon
[DOWN
] {
269 background-image: url
( theme
/resources
/button
/arrow-down
.png
);
272 Button-ArrowIcon
[LEFT
] {
273 background-image: url
( theme
/resources
/button
/arrow-left
.png
);
276 Button-ArrowIcon
[RIGHT
] {
277 background-image: url
( theme
/resources
/button
/arrow-right
.png
);
280 /* 현재 포커스가 지정된 버튼에 점선 테두리 표시. */
281 Button-FocusIndicator
[ARROW
], Button-FocusIndicator
[PUSH
], Button-FocusIndicator
[TOGGLE
] {
282 background-color: transparent
;
283 border: 1px dotted
#4ca6e2;
290 Button-FocusIndicator
[CHECK
], Button-FocusIndicator
[RADIO
] {
291 background-color: transparent
;
292 border: 1px dotted
#4ca6e2;
294 padding: 2px 2px 2px 1px;
299 /* Combo default theme */
302 border: 1px solid
#c1c1c1;
303 font: 11px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
304 background-color: #fcfcfc;
307 background-image: gradient
(
308 linear
, left top
, left bottom
,
310 color-stop
( 15%, #f8f8f8 ),
318 border: 1px solid
#c1c1c1;
323 Combo
[BORDER
]:focused
{
325 border: 1px solid
#c1c1c1;
330 background-color: transparent
;
333 border-radius: 0px 2px 2px 0px;
334 background-image: gradient
(
335 linear
, left top
, left bottom
,
337 color-stop
( 48%, #f0f0f0 ),
338 color-stop
( 52%, #e0e0e0 ),
344 Combo-Button:pressed
{
345 background-image: gradient
(
346 linear
, left top
, left bottom
,
348 color-stop
( 52%, #e0e0e0 ),
354 background-image: url
( theme
/resources
/ccombo
/down
.png
);
357 Combo-Button-Icon:hover
{
358 background-image: url
( theme
/resources
/ccombo
/down-hover
.png
);
362 border: 1px solid
#c1c1c1;
363 border-radius: 0px 0px 2px 2px;
364 box-shadow: 3px 3px 3px rgba
( 0, 0, 0, 0.4 );
369 background-color: transparent
;
370 background-image: none
;
371 text-decoration: none
;
376 Combo-List-Item:hover
, Combo-List-Item:even:hover
{
377 background-image: gradient
(
378 linear
, left top
, left bottom
,
384 Combo-List-Item:selected
, Combo-List-Item:even:selected
{
386 background-image: gradient
(
387 linear
, left top
, left bottom
,
397 Combo-FocusIndicator
{
398 background-color: transparent
;
399 border: 1px dotted
#b8b8b8;
400 margin: 1px 19px 1px 1px;
404 /* DropDown default theme */
407 border: 1px solid
#c1c1c1;
414 background-color: transparent
;
415 background-image: none
;
416 text-decoration: none
;
421 DropDown-Item:hover
{
422 background-image: gradient
(
423 linear
, left top
, left bottom
,
429 DropDown-Item:selected
{
431 background-image: gradient
(
432 linear
, left top
, left bottom
,
438 /* CoolBar default theme */
441 background-image: none
;
449 /* CTabFolder default theme */
452 border-color: #A4A4A4;
453 border-radius: 4px 10px 0px 0px;
457 font: 12px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
459 background-color: white
;
460 /*background-image: none;*/
461 background-image: gradient
(
462 linear
, left top
, left bottom
,
469 text-decoration: none
;
474 background-color: #00589f;
478 /* Do not gray out disabled CTabItems, this is SWT behavior */
483 CTabFolder-DropDownButton-Icon
{
484 background-image: url
( theme
/resources
/ctabfolder
/ctabfolder-dropdown
.png
);
487 CTabFolder-DropDownButton-Icon:hover
{
488 background-image: url
( theme
/resources
/ctabfolder
/ctabfolder-dropdown-hover
.png
);
491 /* Group default theme */
495 background-color: white
;
500 padding: 8px 2px 2px;
501 border: 1px solid
#cccccc;
502 border-radius: 2px 2px 2px 2px;
506 padding: 0px 3px 0px 4px;
507 font: 11px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
508 background-color: transparent
;
509 background-image: none
;
510 background-repeat: repeat
;
511 background-position: left top
;
519 /* Label default theme */
523 background-color: white
;
524 background-image: none
;
525 background-repeat: repeat
;
526 background-position: left top
;
528 text-decoration: none
;
535 border: 1px solid
#a4a4a4;
539 Label-SeparatorLine
{
540 background-image: none
;
541 background-color: #cccccc;
547 /* Link default theme */
551 background-color: #ffffff;
552 background-image: none
;
553 background-repeat: repeat
;
554 background-position: left top
;
561 text-decoration: underline
;
564 Link-Hyperlink:disabled
{
568 /* List default theme */
571 background-color: white
;
577 border: 1px solid
#a4a4a4;
581 background-color: transparent
;
583 background-image: none
;
584 background-repeat: repeat
;
585 background-position: left top
;
591 background-color: #dae9f7;
592 background-image: gradient
(
593 linear
, left top
, left bottom
,
601 background-color: #00589f;
602 background-image: gradient
(
603 linear
, left top
, left bottom
,
609 List-Item:selected:unfocused
{
610 background-color: #959595;
612 background-image: gradient
(
613 linear
, left top
, left bottom
,
620 background-color: #f3f3f4;
623 List-Item:even:hover
{
624 background-color: #dae9f7;
627 List-Item:even:selected
{
629 background-color: #00589f;
630 background-image: gradient
(
631 linear
, left top
, left bottom
,
637 List-Item:even:selected:unfocused
{
638 background-color: #959595;
640 background-image: gradient
(
641 linear
, left top
, left bottom
,
651 /* Menu default theme */
654 background-image: none
;
655 padding: 5px 10px 4px 5px; /*top,right,bottom,left*/
659 background-color: #ffffff;
660 border: 1px solid
#0059a5;
661 border-radius: 4px 12px 0px 12px;
662 box-shadow: 3px 3px 3px rgba
( 0, 0, 0, 0.3 );
667 background-color: transparent
;
670 border: 1px solid
#cccccc;
671 border-radius: 4px 12px;
672 padding: 5px 20px 4px 5px; /*top,right,bottom,left*/
675 MenuItem
[SEPARATOR
] {
680 background-color: #dae9f7;
685 background-color: #00589f;
690 background-image: url
( theme
/resources
/menu
/checkbox
.gif
);
694 background-image: url
( theme
/resources
/menu
/radiobutton
.gif
);
697 MenuItem-CascadeIcon
{
698 background-image: url
( theme
/resources
/menu
/arrow
.gif
);
701 /* ProgressBar default theme */
704 background-color: #ffffff;
705 background-image: none
;
706 border: 1px solid
#A4A4A4;
711 ProgressBar-Indicator
{
712 background-color: #00589f;
713 background-image: none
;
717 ProgressBar-Indicator:paused
{
718 background-color: #ebebeb;
721 ProgressBar-Indicator:error
{
722 background-color: #cb2020;
725 /* Shell default theme */
730 background-color: white
;
732 background-image: none
;
737 Shell
[TITLE
], Shell
[BORDER
] {
738 box-shadow: 5px 5px 3px rgba
( 0, 0, 0, 0.5 );
739 background-color: white
;
740 border: 2px solid
#005092;
741 border-radius: 5px 5px 0px 0px;
745 Shell
[BORDER
]:inactive
, Shell
[TITLE
]:inactive
{
746 border: 2px solid
#4b4b4b;
750 Shell:maximized
, Shell:maximized:inactive
{
753 border-radius: 0px 0px 0px 0px;
756 Shell-DisplayOverlay
{
757 animation: fadeIn
200ms linear
, fadeOut
400ms ease-out
;
758 background-image: none
;
759 background-color: #808080;
766 background-color: #0080c0;
767 background-gradient-color: #0080c0;
769 background-image: gradient
( linear
, left top
, left bottom
, from
( #005fac ), to
( #005092 ) );
770 padding: 2px 5px 2px;
773 font: 12px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
775 border-radius: 1px 1px 0px 0px;
779 Shell-Titlebar:inactive
{
780 background-color: #7996a5;
781 background-gradient-color: #7996a5;
783 background-image: gradient
( linear
, left top
, left bottom
,
784 from
( #595959 ), to
( #4b4b4b ) );
789 /* Minimize button */
792 background-image: url
( theme
/resources
/window
/shell-min
.png
);
793 margin: 0px 6px 0px 0px;
796 Shell-MinButton:hover
{
797 background-image: url
( theme
/resources
/window
/shell-min-hover
.png
);
800 Shell-MinButton:inactive
{
801 background-image: url
( theme
/resources
/window
/shell-min
.png
);
802 margin: 0px 6px 0px 0px;
805 Shell-MinButton:inactive:hover
{
806 background-image: url
( theme
/resources
/window
/shell-min-hover
.png
);
809 /* Maximize button */
812 background-image: url
( theme
/resources
/window
/shell-max
.png
);
813 margin: 0px 6px 0px 0px;
816 Shell-MaxButton:hover
{
817 background-image: url
( theme
/resources
/window
/shell-max-hover
.png
);
820 Shell-MaxButton:inactive
{
821 background-image: url
( theme
/resources
/window
/shell-max
.png
);
822 margin: 0px 6px 0px 0px;
825 Shell-MaxButton:inactive:hover
{
826 background-image: url
( theme
/resources
/window
/shell-max-hover
.png
);
831 Shell-MaxButton:maximized
{
832 background-image: url
( theme
/resources
/window
/shell-restore
.png
);
835 Shell-MaxButton:maximized:hover
{
836 background-image: url
( theme
/resources
/window
/shell-restore-hover
.png
);
839 Shell-MaxButton:maximized:inactive
{
840 background-image: url
( theme
/resources
/window
/shell-restore
.png
);
843 Shell-MaxButton:maximized:inactive:hover
{
844 background-image: url
( theme
/resources
/window
/shell-restore-hover
.png
);
850 background-image: url
( theme
/resources
/window
/shell-close
.png
);
851 margin: 0px 5px 0px 0px;
854 Shell-CloseButton:hover
{
855 background-image: url
( theme
/resources
/window
/shell-close-hover
.png
);
858 Shell-CloseButton:inactive
{
859 background-image: url
( theme
/resources
/window
/shell-close
.png
);
860 margin: 0px 5px 0px 0px;
863 Shell-CloseButton:inactive:hover
{
864 background-image: url
( theme
/resources
/window
/shell-close-hover
.png
);
867 /* Spinner default theme */
873 background-color: #fcfcfc;
874 background-image: none
;
879 Spinner
[BORDER
]:focused
{
884 Spinner
[BORDER
]:focused
{
886 border: 1px solid
#a4a4a4;
894 border: 1px solid
#a4a4a4;
895 border-radius: 2px 2px 2px 2px;
896 background-image: gradient
(
897 linear
, left top
, left bottom
,
899 color-stop
( 15%, #f8f8f8 ),
905 background-color: transparent
;
906 background-image: gradient
(
907 linear
, left top
, left bottom
,
914 border-radius: 0px 2px 0px 0px;
918 Spinner-UpButton:pressed
{
919 background-image: gradient
(
920 linear
, left top
, left bottom
,
922 color-stop
( 52%, #e0e0e0 ),
927 Spinner-UpButton-Icon
{
928 background-image: url
( theme
/resources
/spinner
/up
.png
);
931 Spinner-UpButton-Icon:hover
{
932 background-image: url
( theme
/resources
/spinner
/up-hover
.png
);
936 background-color: transparent
;
937 background-image: gradient
(
938 linear
, left top
, left bottom
,
945 border-radius: 0px 0px 2px 0px;
949 Spinner-DownButton:pressed
{
950 background-image: gradient
(
951 linear
, left top
, left bottom
,
953 color-stop
( 52%, #e0e0e0 ),
958 Spinner-DownButton-Icon
{
959 background-image: url
( theme
/resources
/spinner
/down
.png
);
962 Spinner-DownButton-Icon:hover
{
963 background-image: url
( theme
/resources
/spinner
/down-hover
.png
);
966 /* TabFolder default theme */
973 border: 1px solid
#a4a4a4;
976 TabFolder-ContentContainer
{
977 border: 1px solid
#a4a4a4;
982 background-color: white
;
983 background-image: none
;
984 background-repeat: repeat
;
985 background-position: left top
;
987 padding: 4px 6px 2px 5px;
988 margin: 7px 1px 1px 0px;
989 border: 1px solid
#a4a4a4;
994 margin: 1px 1px 7px 0px;
995 border: 1px solid
#a4a4a4;
1000 background-color: white
;
1001 background-image: none
;
1002 padding: 4px 8px 2px 7px;
1003 margin: 4px -1px 0px -2px;
1004 border: 1px solid
#a4a4a4;
1005 border-top: 3px solid
#00589f;
1006 border-bottom: none
;
1009 TabItem:bottom:selected
{
1010 margin: 0px -1px 4px -2px;
1011 border: 1px solid
#a4a4a4;
1013 border-bottom: 3px solid
#00589f;
1016 TabItem:selected:first
{
1017 margin: 4px -1px 0px 0px;
1020 TabItem:bottom:selected:first
{
1021 margin: 0px -1px 4px 0px;
1025 background-color: #dae9f7;
1026 background-image: none
;
1029 /* Table default theme */
1032 background-color: white
;
1033 background-image: none
;
1039 border: 1px solid
#a4a4a4;
1043 background-color: transparent
;
1045 text-decoration: none
;
1047 background-image: none
;
1048 text-overflow: clip
;
1051 TableItem:linesvisible:even
{
1052 background-color: #f3f3f4;
1056 background-color: transparent
;
1058 background-image: none
;
1061 Table-RowOverlay:hover
{
1062 background-color: #dae9f7;
1065 Table-RowOverlay:selected
{
1067 background-color: #00589f;
1070 Table-RowOverlay:selected:unfocused
{
1071 background-color: #959595;
1075 Table-RowOverlay:linesvisible:even:hover
{
1076 background-color: #dae9f7;
1079 Table-RowOverlay:linesvisible:even:selected
{
1080 background-color: #00589f;
1084 Table-RowOverlay:linesvisible:even:selected:unfocused
{
1085 background-color: #959595;
1090 background-color: #f8f8ff;
1092 background-image: gradient
(
1093 linear
, left top
, left bottom
,
1098 font: 12px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
1101 text-overflow: clip
;
1105 background-image: gradient
(
1106 linear
, left top
, left bottom
,
1110 border-bottom: none
;
1113 TableColumn-SortIndicator
{
1114 background-image: none
;
1117 TableColumn-SortIndicator:up
{
1118 background-image: url
( theme
/resources
/column
/sort-indicator-up
.png
);
1121 TableColumn-SortIndicator:down
{
1122 background-image: url
( theme
/resources
/column
/sort-indicator-down
.png
);
1127 padding: 5px 4px 4px 4px;
1134 Table-GridLine:horizontal
{
1140 For backward compatibility we have to keep the width property.
1141 Deprecated, use "margin" instead.
1145 background-image: url
( theme
/resources
/button
/check-unselected
.png
);
1148 Table-Checkbox:hover
{
1149 background-image: url
( theme
/resources
/button
/check-unselected-hover
.png
);
1152 Table-Checkbox:checked
{
1153 background-image: url
( theme
/resources
/button
/check-selected
.png
);
1156 Table-Checkbox:checked:hover
{
1157 background-image: url
( theme
/resources
/button
/check-selected-hover
.png
);
1160 Table-Checkbox:checked:grayed
{
1161 background-image: url
( theme
/resources
/button
/check-grayed
.png
);
1164 Table-Checkbox:checked:grayed:hover
{
1165 background-image: url
( theme
/resources
/button
/check-grayed-hover
.png
);
1168 /* Text default theme */
1174 background-color: #fcfcfc;
1175 background-image: none
;
1176 background-repeat: repeat
;
1177 background-position: left top
;
1183 border: 1px solid
#a4a4a4;
1184 border-radius: 2px 2px 2px 2px;
1186 background-image: gradient
(
1187 linear
, left top
, left bottom
,
1189 color-stop
( 15%, #f8f8f8 ),
1194 Text
[BORDER
]:focused
,
1195 TEXT
[MULTI
][BORDER
]:focused
{
1197 border: 1px solid
#a4a4a4;
1201 /* padding: 2px 3px; */
1205 /* padding: 0px 0px 0px 3px; */
1206 background-image: none
;
1209 Text
[MULTI
][BORDER
] {
1210 /* padding: 0px 0px 0px 4px; */
1214 Text
[BORDER
]:focused
,
1215 Text
[MULTI
]:focused
,
1216 Text
[MULTI
][BORDER
]:focused
{
1217 border: 1px solid
#a4a4a4;
1227 background-image: url
( theme
/resources
/text
/find
.png
);
1232 background-image: url
( theme
/resources
/text
/clear
.gif
);
1236 /* ToolBar default theme */
1242 background-color: #ffffff;
1243 background-image: none
;
1249 border: 1px solid
#a4a4a4;
1255 background-color: transparent
;
1256 background-image: none
;
1272 background-color: white
;
1273 border: 1px solid
#a4a4a4;
1274 border-radius: 2px 2px 2px 2px;
1278 ToolItem:pressed
, ToolItem:selected
{
1279 border: 1px solid
#a4a4a4;
1281 padding: 3px 2px 1px 4px;
1282 background-image: url
( theme
/resources
/toolbar
/dotted_white
.gif
);
1285 ToolItem-DropDownIcon
{
1286 background-image: url
( theme
/resources
/arrows
/down
.gif
);
1290 ToolItem-DropDownIcon:hover
{
1294 ToolItem-Separator
{
1298 /* Tree default theme */
1301 background-color: white
;
1306 Tree
[BORDER
], Grid
[BORDER
] {
1307 border: 1px solid
#a4a4a4;
1310 TreeItem
, GridItem
{
1311 background-color: transparent
;
1313 text-decoration: none
;
1315 background-image: none
;
1316 text-overflow: clip
;
1319 TreeItem:linesvisible:even
, GridItem:linesvisible:even
{
1320 background-color: #f3f3f4;
1323 Tree-RowOverlay
, Grid-RowOverlay
{
1324 background-color: transparent
;
1326 background-image: none
;
1329 Tree-RowOverlay:hover
, Grid-RowOverlay:hover
{
1330 background-color: #dae9f7;
1333 Tree-RowOverlay:selected
, Grid-RowOverlay:selected
{
1334 background-color: #00589f;
1338 Tree-RowOverlay:selected:unfocused
, Grid-RowOverlay:selected:unfocused
{
1339 background-color: #959595;
1343 Tree-RowOverlay:linesvisible:even:hover
, Grid-RowOverlay:linesvisible:even:hover
{
1344 background-color: #dae9f7;
1347 Tree-RowOverlay:linesvisible:even:selected
, Grid-RowOverlay:linesvisible:even:selected
{
1348 background-color: #00589f;
1352 Tree-RowOverlay:linesvisible:even:selected:unfocused
,
1353 Grid-RowOverlay:linesvisible:even:selected:unfocused
{
1354 background-color: #959595;
1358 TreeColumn
, GridColumn
{
1359 background-color: #f8f8ff;
1361 background-image: gradient
(
1362 linear
, left top
, left bottom
,
1367 font: 12px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
1370 text-overflow: clip
;
1373 TreeColumn:hover
, GridColumn:hover
{
1374 background-image: gradient
(
1375 linear
, left top
, left bottom
,
1382 TreeColumn-SortIndicator
, GridColumn-SortIndicator
{
1383 background-image: none
;
1386 TreeColumn-SortIndicator:up
, GridColumn-SortIndicator:up
{
1387 background-image: url
( theme
/resources
/column
/sort-indicator-up
.png
);
1390 TreeColumn-SortIndicator:down
, GridColumn-SortIndicator:down
{
1391 background-image: url
( theme
/resources
/column
/sort-indicator-down
.png
);
1394 Tree-Cell
, Grid-Cell
{
1396 padding: 4px 3px 4px 3px;
1399 Tree-GridLine
, Grid-GridLine
{
1403 Tree-GridLine:horizontal
, Grid-GridLine:horizontal
{
1407 Tree-Checkbox
, Grid-Checkbox
{
1408 margin: 0px 2px 0px 0px;
1409 background-image: url
( theme
/resources
/button
/check-unselected
.png
);
1412 Tree-Checkbox:hover
, Grid-Checkbox:hover
{
1413 background-image: url
( theme
/resources
/button
/check-unselected-hover
.png
);
1416 Tree-Checkbox:checked
, Grid-Checkbox:checked
{
1417 background-image: url
( theme
/resources
/button
/check-selected
.png
);
1420 Tree-Checkbox:checked:hover
, Grid-Checkbox:checked:hover
{
1421 background-image: url
( theme
/resources
/button
/check-selected-hover
.png
);
1424 Tree-Checkbox:checked:grayed
, Grid-Checkbox:checked:grayed
{
1425 background-image: url
( theme
/resources
/button
/check-grayed
.png
);
1428 Tree-Checkbox:checked:grayed:hover
, Grid-Checkbox:checked:grayed:hover
{
1429 background-image: url
( theme
/resources
/button
/check-grayed-hover
.png
);
1432 Tree-Indent
, Grid-Indent
{
1434 background-image: none
;
1437 Tree-Indent:collapsed
, Grid-Indent:collapsed
{
1438 background-image: url
( theme
/resources
/tree
/tree-collapsed
.png
);
1441 Tree-Indent:collapsed:hover
, Grid-Indent:collapsed:hover
{
1442 background-image: url
( theme
/resources
/tree
/tree-collapsed-hover
.png
);
1445 Tree-Indent:expanded
, Grid-Indent:expanded
{
1446 background-image: url
( theme
/resources
/tree
/tree-expanded
.png
);
1449 Tree-Indent:expanded:hover
, Grid-Indent:expanded:hover
{
1450 background-image: url
( theme
/resources
/tree
/tree-expanded-hover
.png
);
1453 Tree-Indent:line
, Grid-Indent:line
{
1454 background-image: none
;
1457 Tree-Indent:first
, Grid-Indent:first
{
1458 background-image: none
;
1461 Tree-Indent:first:collapsed
, Grid-Indent:first:collapsed
{
1462 background-image: url
( theme
/resources
/tree
/tree-collapsed
.png
);
1465 Tree-Indent:first:collapsed:hover
, Grid-Indent:first:collapsed:hover
{
1466 background-image: url
( theme
/resources
/tree
/tree-collapsed-hover
.png
);
1469 Tree-Indent:first:expanded
, Grid-Indent:first:expanded
{
1470 background-image: url
( theme
/resources
/tree
/tree-expanded
.png
);
1473 Tree-Indent:first:expanded:hover
, Grid-Indent:first:expanded:hover
{
1474 background-image: url
( theme
/resources
/tree
/tree-expanded-hover
.png
);
1477 Tree-Indent:last
, Grid-Indent:last
{
1478 background-image: none
;
1481 Tree-Indent:last:collapsed
, Grid-Indent:last:collapsed
{
1482 background-image: url
( theme
/resources
/tree
/tree-collapsed
.png
);
1485 Tree-Indent:last:collapsed:hover
, Grid-Indent:last:collapsed:hover
{
1486 background-image: url
( theme
/resources
/tree
/tree-collapsed-hover
.png
);
1489 Tree-Indent:last:expanded
, Grid-Indent:last:expanded
{
1490 background-image: url
( theme
/resources
/tree
/tree-expanded
.png
);
1493 Tree-Indent:last:expanded:hover
, Grid-Indent:last:expanded:hover
{
1494 background-image: url
( theme
/resources
/tree
/tree-expanded-hover
.png
);
1497 Tree-Indent:first:last
, Grid-Indent:first:last
{
1498 background-image: none
;
1501 Tree-Indent:first:last:collapsed
, Grid-Indent:first:last:collapsed
{
1502 background-image: url
( theme
/resources
/tree
/tree-collapsed
.png
);
1505 Tree-Indent:first:last:collapsed:hover
, Grid-Indent:first:last:collapsed:hover
{
1506 background-image: url
( theme
/resources
/tree
/tree-collapsed-hover
.png
);
1509 Tree-Indent:first:last:expanded
, Grid-Indent:first:last:expanded
{
1510 background-image: url
( theme
/resources
/tree
/tree-expanded
.png
);
1513 Tree-Indent:first:last:expanded:hover
, Grid-Indent:first:last:expanded:hover
{
1514 background-image: url
( theme
/resources
/tree
/tree-expanded-hover
.png
);
1517 /* Scale default theme */
1520 background-color: white
;
1521 background-image: none
;
1526 background-color: #00589f;
1527 background-image: none
;
1528 border: 1px solid
#a4a4a4;
1529 border-radius: 2px 2px 2px 2px;
1532 /* DateTime default theme */
1536 background-color: #fcfcfc;
1539 font: 11px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
1540 background-image: none
;
1547 background-color: transparent
;
1553 border: 1px solid
#a4a4a4;
1554 border-radius: 2px 2px 2px 2px;
1555 background-image: gradient
(
1556 linear
, left top
, left bottom
,
1558 color-stop
( 15%, #f8f8f8 ),
1563 DateTime
[BORDER
]:focused
{
1564 border: 1px solid
#a4a4a4;
1567 DateTime-Calendar-Day
{
1570 background-color: transparent
;
1574 DateTime-Calendar-Day:today
{
1575 border: 1px solid
#ff0000;
1578 DateTime-Field:selected
, DateTime-Calendar-Day:selected
{
1579 background-color: #D2D2D2;
1583 DateTime-Calendar-Day:selected:hover
{
1584 background-color: #00569c;
1588 DateTime-Calendar-Day:selected:unfocused
{
1589 background-color: #c0c0c0;
1592 DateTime-Calendar-Day:otherMonth
{
1593 background-color: transparent
;
1597 DateTime-Calendar-Day:hover
{
1598 background-color: #d9e3f3;
1601 DateTime-Calendar-Navbar
{
1604 background-color: #00569c;
1606 font: bold
11px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
1608 background-image: none
;
1611 DateTime-Calendar-PreviousMonthButton
{
1612 background-image: url
( theme
/resources
/calendar
/lastMonth
.png
);
1616 DateTime-Calendar-PreviousMonthButton:hover
{
1617 background-image: url
( theme
/resources
/calendar
/lastMonth-hover
.png
);
1620 DateTime-Calendar-NextMonthButton
{
1621 background-image: url
( theme
/resources
/calendar
/nextMonth
.png
);
1625 DateTime-Calendar-NextMonthButton:hover
{
1626 background-image: url
( theme
/resources
/calendar
/nextMonth-hover
.png
);
1629 DateTime-Calendar-PreviousYearButton
{
1630 background-image: url
( theme
/resources
/calendar
/lastYear
.png
);
1634 DateTime-Calendar-PreviousYearButton:hover
{
1635 background-image: url
( theme
/resources
/calendar
/lastYear-hover
.png
);
1638 DateTime-Calendar-NextYearButton
{
1639 background-image: url
( theme
/resources
/calendar
/nextYear
.png
);
1643 DateTime-Calendar-NextYearButton:hover
{
1644 background-image: url
( theme
/resources
/calendar
/nextYear-hover
.png
);
1648 background-color: transparent
;
1649 background-image: gradient
(
1650 linear
, left top
, left bottom
,
1657 border-radius: 0px 2px 0px 0px;
1661 DateTime-UpButton:pressed
{
1662 background-image: gradient
(
1663 linear
, left top
, left bottom
,
1665 color-stop
( 52%, #e0e0e0 ),
1670 DateTime-UpButton-Icon
{
1671 background-image: url
( theme
/resources
/spinner
/up
.png
);
1674 DateTime-UpButton-Icon:hover
{
1675 background-image: url
( theme
/resources
/spinner
/up-hover
.png
);
1678 DateTime-DownButton
{
1679 background-color: transparent
;
1680 background-image: gradient
(
1681 linear
, left top
, left bottom
,
1688 border-radius: 0px 0px 2px 0px;
1692 DateTime-DownButton:pressed
{
1693 background-image: gradient
(
1694 linear
, left top
, left bottom
,
1696 color-stop
( 52%, #e0e0e0 ),
1701 DateTime-DropDownButton
{
1703 background-color: transparent
;
1706 border-radius: 0px 2px 2px 0px;
1707 background-image: gradient
(
1708 linear
, left top
, left bottom
,
1710 color-stop
( 48%, #f0f0f0 ),
1711 color-stop
( 52%, #e0e0e0 ),
1717 DateTime-DropDownButton-Icon
{
1718 background-image: url
( theme
/resources
/spinner
/down
.png
);
1721 DateTime-DropDownButton-Icon:hover
{
1722 background-image: url
( theme
/resources
/spinner
/down-hover
.png
);
1725 DateTime-DownButton-Icon
{
1726 background-image: url
( theme
/resources
/spinner
/down
.png
);
1729 DateTime-DownButton-Icon:hover
{
1730 background-image: url
( theme
/resources
/spinner
/down-hover
.png
);
1734 DateTime-DropDownCalendar
{
1735 border: 1px #a7a6aa;
1738 /* ExpandBar default theme */
1742 background-color: white
;
1746 border: 1px solid
#C1C1C1;
1751 border: 1px solid
#c1c1c1;
1759 background-image: gradient
(
1760 linear
, left top
, left bottom
,
1762 color-stop
( 55%, #e0e0e0 ),
1768 ExpandItem-Header:disabled
{
1773 background-image: url
( theme
/resources
/expanditem
/expanditem-expand
.png
);
1776 ExpandItem-Button:hover
{
1777 background-image: url
( theme
/resources
/expanditem
/expanditem-expand-hover
.png
);
1780 ExpandItem-Button:expanded
{
1781 background-image: url
( theme
/resources
/expanditem
/expanditem-collapse
.png
);
1784 ExpandItem-Button:expanded:hover
{
1785 background-image: url
( theme
/resources
/expanditem
/expanditem-collapse-hover
.png
);
1788 /* Sash default theme */
1792 background-image: none
;
1793 background-color: transparent
;
1797 border: 1px solid
#a4a4a4;
1801 background-color: #dae9f7;
1805 background-image: none
;
1808 /* Slider default theme */
1813 background-color: #f3f3f4;
1819 background-color: transparent
;
1820 border: 1px solid
#a4a4a4;
1821 border-radius: 2px 2px 2px 2px;
1822 background-image: none
;
1825 Slider-Thumb
[HORIZONTAL
] {
1826 background-image: gradient
(
1827 linear
, left top
, left bottom
,
1829 color-stop
( 48%, #f0f0f0 ),
1830 color-stop
( 52%, #e0e0e0 ),
1835 Slider-Thumb
[HORIZONTAL
]:pressed
{
1836 background-image: gradient
(
1837 linear
, left top
, left bottom
,
1839 color-stop
( 52%, #e0e0e0 ),
1844 Slider-Thumb
[VERTICAL
] {
1845 background-image: gradient
(
1846 linear
, left top
, right top
,
1848 color-stop
( 48%, #f0f0f0 ),
1849 color-stop
( 52%, #e0e0e0 ),
1854 Slider-Thumb
[VERTICAL
]:pressed
{
1855 background-image: gradient
(
1856 linear
, left top
, right top
,
1858 color-stop
( 52%, #e0e0e0 ),
1865 Slider-UpButton
, Slider-DownButton
{
1866 background-color: transparent
;
1867 border: 1px solid
#a4a4a4;
1872 Slider-UpButton
[HORIZONTAL
], Slider-DownButton
[HORIZONTAL
] {
1873 background-image: gradient
(
1874 linear
, left top
, left bottom
,
1876 color-stop
( 48%, #f0f0f0 ),
1877 color-stop
( 52%, #e0e0e0 ),
1882 Slider-UpButton
[VERTICAL
], Slider-DownButton
[VERTICAL
] {
1883 background-image: gradient
(
1884 linear
, left top
, right top
,
1886 color-stop
( 48%, #f0f0f0 ),
1887 color-stop
( 52%, #e0e0e0 ),
1892 Slider-UpButton
[HORIZONTAL
]:pressed
, Slider-DownButton
[HORIZONTAL
]:pressed
{
1893 background-image: gradient
(
1894 linear
, left top
, left bottom
,
1896 color-stop
( 52%, #e0e0e0 ),
1901 Slider-UpButton
[VERTICAL
]:pressed
, Slider-DownButton
[VERTICAL
]:pressed
{
1902 background-image: gradient
(
1903 linear
, left top
, right top
,
1905 color-stop
( 52%, #e0e0e0 ),
1910 /* Rounded Borders */
1912 Slider-UpButton
[HORIZONTAL
] {
1913 border-radius: 0px 2px 2px 0px;
1916 Slider-UpButton
[VERTICAL
] {
1917 border-radius: 0px 0px 2px 2px;
1920 Slider-DownButton
[HORIZONTAL
] {
1921 border-radius: 2px 0px 0px 2px;
1924 Slider-DownButton
[VERTICAL
] {
1925 border-radius: 2px 2px 0px 0px;
1930 Slider-UpButton-Icon
[HORIZONTAL
] {
1931 background-image: url
( theme
/resources
/slider
/right
.png
);
1934 Slider-UpButton-Icon
[HORIZONTAL
]:hover
{
1935 background-image: url
( theme
/resources
/slider
/right-hover
.png
);
1938 Slider-UpButton-Icon
[VERTICAL
] {
1939 background-image: url
( theme
/resources
/spinner
/down
.png
);
1942 Slider-UpButton-Icon
[VERTICAL
]:hover
{
1943 background-image: url
( theme
/resources
/spinner
/down-hover
.png
);
1946 Slider-DownButton-Icon
[HORIZONTAL
] {
1947 background-image: url
( theme
/resources
/slider
/left
.png
);
1950 Slider-DownButton-Icon
[HORIZONTAL
]:hover
{
1951 background-image: url
( theme
/resources
/slider
/left-hover
.png
);
1954 Slider-DownButton-Icon
[VERTICAL
] {
1955 background-image: url
( theme
/resources
/spinner
/up
.png
);
1958 Slider-DownButton-Icon
[VERTICAL
]:hover
{
1959 background-image: url
( theme
/resources
/spinner
/up-hover
.png
);
1962 /* ToolTip default theme */
1966 border: 1px solid
#a4a4a4;
1967 border-radius: 5px 5px 5px 5px;
1968 padding: 3px 3px 3px 3px;
1971 background-image : gradient
(
1972 linear
, left top
, left bottom
,
1976 font: 12px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
1977 background-color: #fcfcfc;
1978 animation: fadeIn
200ms linear
, fadeOut
600ms ease-out
;
1979 box-shadow: 4px 4px 2px rgba
( 0, 0, 0, 0.4 );
1982 ToolTip-Image
[ICON_ERROR
] {
1983 background-image: url
( theme
/resources
/tooltip
/error
.png
);
1986 ToolTip-Image
[ICON_INFORMATION
] {
1987 background-image: url
( theme
/resources
/tooltip
/information
.png
);
1990 ToolTip-Image
[ICON_WARNING
] {
1991 background-image: url
( theme
/resources
/tooltip
/warning
.png
);
1996 font: bold
14px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
2002 font: 12px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
2006 /* CCombo default theme */
2010 font: 11px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
2011 background-color: #fcfcfc;
2014 background-image: none
;
2020 border: 1px solid
#c1c1c1;
2022 background-image: gradient
(
2023 linear
, left top
, left bottom
,
2025 color-stop
( 15%, #f8f8f8 ),
2031 CCombo
[BORDER
]:focused
{
2036 CCombo
[BORDER
]:focused
{
2038 border: 1px solid
#c1c1c1;
2043 background-color: transparent
;
2046 border-radius: 0px 2px 2px 0px;
2047 background-image: gradient
(
2048 linear
, left top
, left bottom
,
2050 color-stop
( 48%, #f0f0f0 ),
2051 color-stop
( 52%, #e0e0e0 ),
2057 CCombo-Button:pressed
{
2058 background-image: gradient
(
2059 linear
, left top
, left bottom
,
2061 color-stop
( 52%, #e0e0e0 ),
2066 CCombo-Button-Icon
{
2067 background-image: url
( theme
/resources
/ccombo
/down
.png
);
2070 CCombo-Button-Icon:hover
{
2071 background-image: url
( theme
/resources
/ccombo
/down-hover
.png
);
2074 CCombo-Button
[FLAT
] {
2078 CCombo-Button
[FLAT
]:hover
{
2083 border: 1px solid
#c1c1c1;
2084 border-radius: 0px 0px 2px 2px;
2085 box-shadow: 3px 3px 3px rgba
( 0, 0, 0, 0.4 );
2090 background-color: transparent
;
2091 background-image: none
;
2092 text-decoration: none
;
2097 CCombo-List-Item:hover
, CCombo-List-Item:even:hover
{
2098 background-image: gradient
(
2099 linear
, left top
, left bottom
,
2105 CCombo-List-Item:selected
, CCombo-List-Item:even:selected
{
2107 background-image: gradient
(
2108 linear
, left top
, left bottom
,
2118 CCombo-FocusIndicator
{
2119 background-color: transparent
;
2120 border: 1px dotted
#b8b8b8;
2121 margin: 1px 19px 1px 1px;
2125 /* CLabel default theme */
2129 background-color: white
;
2130 background-image: none
;
2131 background-repeat: repeat
;
2132 background-position: left top
;
2142 border: 1px solid
#a4a4a4;
2146 /* Browser default theme */
2153 border: 1px solid
#a4a4a4;
2156 /* ScrollBar default theme */
2160 background-color: #f3f3f4;
2161 border-radius: 3px 3px 3px 3px;
2163 background-image: none
;
2168 background-color: transparent
;
2169 border: 1px solid
#b4b4b4;
2171 background-image: none
;
2175 ScrollBar-Thumb:pressed
{
2176 border: 1px solid
#999999;
2179 ScrollBar-UpButton
, ScrollBar-DownButton
{
2180 background-color: transparent
;
2181 border: 1px solid
#b4b4b4;
2185 /* Rounded Borders */
2187 ScrollBar-UpButton
[HORIZONTAL
] {
2188 border-radius: 0px 3px 3px 0px;
2191 ScrollBar-UpButton
[VERTICAL
] {
2192 border-radius: 0px 0px 3px 3px;
2195 ScrollBar-DownButton
[HORIZONTAL
] {
2196 border-radius: 3px 0px 0px 3px;
2199 ScrollBar-DownButton
[VERTICAL
] {
2200 border-radius: 3px 3px 0px 0px;
2205 ScrollBar-Thumb-Icon
[VERTICAL
] {
2206 background-image: url
( theme
/resources
/scrollbar
/v-knob
.png
);
2209 ScrollBar-Thumb-Icon
[HORIZONTAL
] {
2210 background-image: url
( theme
/resources
/scrollbar
/h-knob
.png
);
2213 ScrollBar-UpButton-Icon
[VERTICAL
] {
2214 background-image: url
( theme
/resources
/spinner
/down
.png
);
2217 ScrollBar-UpButton-Icon
[VERTICAL
]:hover
{
2218 background-image: url
( theme
/resources
/spinner
/down-hover
.png
);
2221 ScrollBar-UpButton-Icon
[HORIZONTAL
] {
2222 background-image: url
( theme
/resources
/scrollbar
/right
.png
);
2225 ScrollBar-UpButton-Icon
[HORIZONTAL
]:hover
{
2226 background-image: url
( theme
/resources
/scrollbar
/right-hover
.png
);
2229 ScrollBar-DownButton-Icon
[VERTICAL
] {
2230 background-image: url
( theme
/resources
/spinner
/up
.png
);
2233 ScrollBar-DownButton-Icon
[VERTICAL
]:hover
{
2234 background-image: url
( theme
/resources
/spinner
/up-hover
.png
);
2237 ScrollBar-DownButton-Icon
[HORIZONTAL
] {
2238 background-image: url
( theme
/resources
/scrollbar
/left
.png
);
2241 ScrollBar-DownButton-Icon
[HORIZONTAL
]:hover
{
2242 background-image: url
( theme
/resources
/scrollbar
/left-hover
.png
);
2247 ScrollBar-Thumb
[VERTICAL
], ScrollBar-UpButton
[VERTICAL
], ScrollBar-DownButton
[VERTICAL
] {
2248 background-image: gradient
(
2249 linear
, left top
, right top
,
2251 color-stop
( 38%, #f0f0f0 ),
2252 color-stop
( 62%, #e0e0e0 ),
2257 ScrollBar-Thumb
[VERTICAL
]:hover
, ScrollBar-UpButton
[VERTICAL
]:hover
, ScrollBar-DownButton
[VERTICAL
]:hover
{
2258 background-image: gradient
(
2259 linear
, left top
, right top
,
2261 color-stop
( 42%, #f0f0f0 ),
2262 color-stop
( 58%, #e0e0e0 ),
2267 ScrollBar-Thumb
[VERTICAL
]:pressed
, ScrollBar-UpButton
[VERTICAL
]:pressed
, ScrollBar-DownButton
[VERTICAL
]:pressed
{
2268 background-image: gradient
(
2269 linear
, left top
, right top
,
2271 color-stop
( 52%, #e0e0e0 ),
2276 ScrollBar-Thumb
[HORIZONTAL
], ScrollBar-UpButton
[HORIZONTAL
], ScrollBar-DownButton
[HORIZONTAL
] {
2277 background-image: gradient
(
2278 linear
, left top
, left bottom
,
2280 color-stop
( 38%, #f0f0f0 ),
2281 color-stop
( 62%, #e0e0e0 ),
2286 ScrollBar-Thumb
[HORIZONTAL
]:hover
, ScrollBar-UpButton
[HORIZONTAL
]:hover
, ScrollBar-DownButton
[HORIZONTAL
]:hover
{
2287 background-image: gradient
(
2288 linear
, left top
, left bottom
,
2290 color-stop
( 42%, #f0f0f0 ),
2291 color-stop
( 58%, #e0e0e0 ),
2296 ScrollBar-Thumb
[HORIZONTAL
]:pressed
, ScrollBar-UpButton
[HORIZONTAL
]:pressed
, ScrollBar-DownButton
[HORIZONTAL
]:pressed
{
2297 background-image: gradient
(
2298 linear
, left top
, left bottom
,
2300 color-stop
( 52%, #e0e0e0 ),
2305 /******************************************************************************
2306 * Custom variants for workbench styling
2307 ******************************************************************************/
2311 Button
.clearButton
{
2313 background-color: transparent
;
2314 background-image: none
;
2319 Button
.clearButton:pressed
, Button
.clearButton:hover
{
2320 background-image: none
;
2323 Button-FocusIndicator
.clearButton
{
2327 Button
.configMenuButton
{
2329 background-color: transparent
;
2330 background-image: none
;
2335 Button
.configMenuButton:hover
, Button
.configMenuButton:selected
, Button
.configMenuButton:pressed
{
2336 background-image: none
;
2339 Button-FocusIndicator
.configMenuButton
{
2345 background-color: transparent
;
2346 background-image: url
( img
/business
/stack_tab_active_close_active
.png
);
2351 Button
.viewClose:pressed
{
2352 background-image: url
( img
/business
/stack_tab_active_close_active
.png
);
2355 Button
.viewClose:hover
{
2356 background-image: url
( img
/business
/stack_tab_active_close_active_hover
.png
);
2359 Button-FocusIndicator
.viewClose
{
2363 Button
.viewCloseInactive
{
2365 background-color: transparent
;
2366 background-image: url
( img
/business
/stack_tab_inactive_close_active
.png
);
2370 Button
.viewCloseInactive:pressed
{
2371 background-image: url
( img
/business
/stack_tab_inactive_close_active
.png
);
2374 Button
.viewCloseInactive:hover
{
2375 background-image: url
( img
/business
/stack_tab_inactive_close_active_hover
.png
);
2378 Button-FocusIndicator
.viewCloseInactive
{
2382 Button
.toolbarOverflowInactive
{
2384 background-color: transparent
;
2385 background-image: url
( img
/business
/toolbar_overflow
.png
);
2390 Button
.toolbarOverflowInactive:pressed
{
2391 background-image: url
( img
/business
/toolbar_overflow
.png
);
2394 Button
.toolbarOverflowInactive:hover
{
2395 background-image: url
( img
/business
/toolbar_overflow_hover
.png
);
2398 Button-FocusIndicator
.toolbarOverflowInactive
{
2402 Button
.toolbarOverflowActive
{
2404 background-color: transparent
;
2405 background-image: url
( img
/business
/toolbar_overflow_active
.png
);
2410 Button
.toolbarOverflowActive:pressed
{
2411 background-image: url
( img
/business
/toolbar_overflow_active
.png
);
2414 Button
.toolbarOverflowActive:hover
{
2415 background-image: url
( img
/business
/toolbar_overflow_hover_active
.png
);
2418 Button-FocusIndicator
.toolbarOverflowActive
{
2423 background-color: transparent
;
2424 background-image: none
;
2427 font: 11px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
2430 Button
.partActive:pressed
, Button
.partActive:hover
{
2431 background-image: none
;
2434 Button-FocusIndicator
.partActive
{
2438 Button
.partInactive
{
2439 background-color: transparent
;
2440 background-image: none
;
2443 font: 11px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
2446 Button
.partInactive:pressed
, Button
.partInactive:hover
{
2447 background-image: none
;
2450 Button-FocusIndicator
.partInactive
{
2454 Button
.partInActiveActive
{
2455 background-color: transparent
;
2456 background-image: none
;
2459 font: 11px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
2462 Button
.partInActiveActive:pressed
, Button
.partInActiveActive:hover
{
2463 background-image: none
;
2466 Button-FocusIndicator
.partInActiveActive
{
2470 Button
.perspective
{
2471 background-color: transparent
;
2472 background-image: none
;
2475 font: 11px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
2478 Button
.perspective:hover
{
2479 font: bold
11px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
2480 background-image: none
;
2483 Button
.perspective:pressed
{
2484 background-image: none
;
2487 Button-FocusIndicator
.perspective
{
2491 Button
.perspectiveActive
{
2493 background-color: transparent
;
2494 background-image: none
;
2496 font: bold
11px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
2499 Button
.perspectiveActive:pressed
, Button
.perspectiveActive:hover
{
2500 background-image: none
;
2503 Button-FocusIndicator
.perspectiveActive
{
2507 Button
.tabOverflowActive
{
2509 background-color: transparent
;
2512 background-image: url
( img
/business
/stack_tab_overflow_active
.png
);
2515 Button
.tabOverflowActive:pressed
{
2516 background-image: url
( img
/business
/stack_tab_overflow_active
.png
);
2519 Button
.tabOverflowActive:hover
{
2520 background-image: url
( img
/business
/stack_tab_overflow_active_hover
.png
);
2523 Button-FocusIndicator
.tabOverflowActive
{
2527 Button
.tabOverflowInactive
{
2529 background-color: transparent
;
2532 background-image: url
( img
/business
/stack_tab_overflow_inactive
.png
);
2535 Button
.tabOverflowInactive:pressed
{
2536 background-image: url
( img
/business
/stack_tab_overflow_inactive
.png
);
2539 Button
.tabOverflowInactive:hover
{
2540 background-image: url
( img
/business
/stack_tab_overflow_inactive_hover
.png
);
2543 Button-FocusIndicator
.tabOverflowInactive
{
2550 background-color: #ebebeb;
2553 Shell
.toolbarLayer
{
2554 background-color: #ffffff;
2558 Shell-DisplayOverlay
.confDialog
{
2559 animation: fadeIn
150ms linear
, fadeOut
400ms ease-out
;
2560 background-image: none
;
2561 background-color: #999999;
2568 background-color: #dddddd;
2572 background-color: #ebebeb;
2575 Label
.standaloneView
{
2576 background-color: transparent
;
2579 font: 11px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
2582 /* Custom Variants */
2585 background-color: #ebebeb;
2589 background-color: transparent
;
2598 Composite
.tabActive
{
2599 border: 1px solid
#00589f;
2600 border-radius: 0px 7px 0px 0px;
2603 Composite
.tabInactive
{
2604 border: 1px solid
#949494;
2605 border-radius: 0px 7px 0px 0px;
2608 Composite
.inactiveButton
{
2609 background-color: transparent
;
2613 /* Header Toolbar */
2615 ToolBar
.header-toolbar
{
2616 padding: 0px 0px 0px 5px;
2621 ToolItem
.header-toolbar
{
2624 padding: 3px 5px 3px 7px;
2628 ToolItem
.header-toolbar:hover
{
2629 background-color: transparent
;
2630 background-image: gradient
(
2631 linear
, left top
, left bottom
,
2636 border: 1px solid
#004e8d;
2637 padding: 3px 5px 3px 7px;
2640 ToolItem-DropDownIcon
.header-toolbar
{
2641 background-image: url
( img
/business
/toolbar_arrow
.png
);
2645 ToolItem-DropDownIcon
.header-toolbar:hover
{
2646 background-image: url
( img
/business
/toolbar_arrow
.png
);
2647 border: 1px solid
#004e8d;
2650 Menu
.header-toolbar
{
2652 background-color: white
;
2653 border: 1px solid
#005499;
2654 border-radius: 0px 0px 2px 2px;
2657 MenuItem
.header-toolbar
{
2661 MenuItem
.header-toolbar:hover
{
2663 background-color: transparent
;
2667 /* Header overflow toolbar */
2669 ToolItem
.header-overflow
{
2672 padding: 0px 25px 0px 0px;
2675 ToolItem
.header-overflow:hover
{
2676 background-color: transparent
;
2681 ToolItem-DropDownIcon
.header-overflow
{
2682 background-image: url
( img
/business
/toolbar_overflow_arrow
.png
);
2685 ToolItem-DropDownIcon
.header-overflow:hover
{
2686 background-image: url
( img
/business
/toolbar_overflow_arrow
.png
);
2690 Menu
.header-overflow
{
2692 background-color: white
;
2693 border: 1px #005499;
2697 MenuItem
.header-overflow
{
2701 MenuItem
.header-overflow:hover
{
2703 background-color: transparent
;
2709 background-color: transparent
;
2716 background-color: transparent
;
2717 background-image: none
;
2720 padding: 0px 10px 0px 10px;
2724 ToolItem
.menuBar:hover
{
2725 background-color: transparent
;
2726 background-image: gradient
(
2727 linear
, left top
, left bottom
,
2731 border: 1px solid
#cccccc;
2732 border-radius: 2px 2px 0px 0px;
2734 padding: 0px 10px 0px 10px;
2737 ToolItem-DropDownIcon
.menuBar
{
2738 background-image: url
( img
/business
/menu_arrow
.png
);
2741 ToolItem-DropDownIcon
.menuBar:hover
{
2742 background-image: url
( img
/business
/menu_arrow
.png
);
2743 border: 1px solid
#cccccc;
2748 background-color: white
;
2749 border: 1px solid
#cccccc;
2750 border-radius: 0px 0px 2px 2px;
2757 MenuItem
.menuBar:hover
{
2759 background-color: transparent
;
2764 ToolBar
.viewToolbar
{
2765 background-color: transparent
;
2770 ToolItem
.viewToolbar
{
2774 ToolItem:selected
.viewToolbar
{
2776 border: 1px solid
#0059a5;
2779 ToolItem-DropDownIcon
.viewToolbar
{
2780 background-image: url
( img
/business
/viewMenu
.png
);
2787 font: 12px Verdana
, "Lucida Sans", Arial
, Helvetica
, sans-serif
;
2788 border: 1px solid
#A4A4A4;
2793 background-color: #ffffff;
2794 background-image: gradient
(
2795 linear
, left top
, left bottom
,
2797 color-stop
( 48%, #f0f0f0 ),
2798 color-stop
( 52%, #e0e0e0 ),
2801 background-repeat: repeat
;
2802 background-position: left top
;
2803 animation: hoverOut
500ms ease-out
;
2809 FileUpload:disabled
{
2814 background-image: gradient
(
2815 linear
, left top
, left bottom
,
2817 color-stop
( 48%, #f0f0f0 ),
2818 color-stop
( 52%, #e0e0e0 ),
2823 FileUpload:pressed
{
2825 background-image: gradient
(
2826 linear
, left top
, left bottom
,
2828 color-stop
( 52%, #e0e0e0 ),
2831 padding: 4px 5px 2px 7px;
2834 FileUpload-FocusIndicator
{
2835 background-color: transparent
;
2836 border: 1px dotted
#b8b8b8;
2842 SystemMessage-DisplayOverlay
{
2843 background-color: rgba
( 128, 128, 128, 0.3 );
2844 background-image: none
;