source: branches/fscctrl_safety_limits/dim/WebDID/ext-4.1.1a/resources/sass/ext-all-gray.scss@ 20115

Last change on this file since 20115 was 14939, checked in by tbretz, 12 years ago
Added WebDID from v20r5
File size: 4.2 KB
Line 
1$theme-name: 'gray';
2$base-color: #ccc;
3
4//panel
5$panel-header-background-gradient: color-stops(#F0F0F0, #D7D7D7);
6$panel-border-color: #D0D0D0;
7$panel-header-color: #333;
8
9$panel-frame-background-color: #f1f1f1;
10
11//window
12$window-background-color: #e8e8e8;
13$window-header-color: #333;
14
15//menu
16$menu-item-active-background-color: darken(#f3f3f3, 5);
17$menu-item-active-border-color: #9d9d9d;
18
19//datepicker
20$datepicker-header-background-color: #6f6f6f;
21$datepicker-border-color: #585858;
22$datepicker-th-background-color: #e9e9e9;
23$datepicker-selected-item-background-color: #d8d8d8;
24$datepicker-item-hover-background-color: transparent;
25
26//progress bar
27$progress-border-color: #8e8e8e;
28$progress-background-color: #f1f1f1;
29$progress-bar-background-color: #ababab;
30
31//tips
32$tip-base-color: $base-color;
33
34//grid
35$grid-header-over-border-color: darken($base-color, 3);
36
37//toolbar
38$toolbar-background-gradient: color-stops(#e6e6e6, #efefef);
39$toolbar-separator-color: #aca899;
40$toolbar-text-color: #000;
41
42//btn group
43$btn-group-background-color: #f0f0f0;
44$btn-group-header-background-color: #dfdfdf;
45$btn-group-border-color: #d0d0d0;
46$btn-group-header-color: #666;
47$btn-group-inner-border-color: #ececec;
48
49//form
50$fieldset-header-color: #333;
51
52$boundlist-border-color: #b5b8c8;
53
54//acordion
55$accordion-header-background-color: #e5e5e5;
56
57//tabs
58$tab-base-color: #eaeaea;
59$tab-color-active: #333333;
60
61$tab-background-gradient: color-stops(#dcdcdc, #eaeaea);
62$tab-background-gradient-over: 'tab-over' !default;
63$tab-background-gradient-active: color-stops(#ffffff, #eaeaea);
64$tab-background-gradient-disabled: 'tab-disabled' !default;
65
66//buttons
67$button-default-base-color: #f8f8f8;
68$button-default-base-color-over: #f3f3f3;
69$button-default-base-color-focus: $button-default-base-color-over;
70$button-default-base-color-pressed: #d6d6d6;
71$button-default-base-color-disabled: adjust-color($base-color, $hue: 0deg, $saturation: -55.556%, $lightness: 12.745%) !default; //F7F7F7
72
73$button-default-border-color: #bbbbbb;
74$button-default-border-color-over: #9d9d9d;
75$button-default-border-color-focus: $button-default-border-color-over;
76$button-default-border-color-pressed: $button-default-border-color-over;
77$button-default-border-color-disabled: adjust-color($button-default-base-color-disabled, $hue: 0deg, $saturation: 0%, $lightness: -8.627%) !default;
78
79$button-default-background-gradient: 'matte';
80$button-default-background-gradient-over: 'matte';
81$button-default-background-gradient-focus: 'matte';
82$button-default-background-gradient-pressed: 'matte-reverse';
83$button-default-background-gradient-disabled: 'matte';
84
85$button-default-background-gradient-color-stops: null;
86$button-default-background-gradient-color-stops-over: null;
87$button-default-background-gradient-color-stops-focus: null;
88$button-default-background-gradient-color-stops-pressed: null;
89$button-default-background-gradient-color-stops-disabled: null;
90
91
92$button-toolbar-base-color: $button-default-base-color;
93
94$button-toolbar-border-color: transparent !default;
95$button-toolbar-border-color-over: $button-default-border-color-over;
96$button-toolbar-border-color-focus: $button-default-border-color-focus;
97$button-toolbar-border-color-pressed: $button-default-border-color-pressed;
98$button-toolbar-border-color-disabled: $button-default-border-color-disabled;
99
100$button-toolbar-background-color: transparent !default;
101$button-toolbar-background-color-over: $button-default-base-color-over;
102$button-toolbar-background-color-focus: $button-default-base-color-focus;
103$button-toolbar-background-color-pressed: $button-default-base-color-pressed;
104$button-toolbar-background-color-disabled: transparent;
105
106$button-toolbar-background-gradient: null;
107$button-toolbar-background-gradient-over: 'matte';
108$button-toolbar-background-gradient-focus: 'matte';
109$button-toolbar-background-gradient-pressed: 'matte-reverse';
110$button-toolbar-background-gradient-disabled: null;
111
112$button-toolbar-background-gradient-color-stops: null;
113$button-toolbar-background-gradient-color-stops-over: null;
114$button-toolbar-background-gradient-color-stops-focus: null;
115$button-toolbar-background-gradient-color-stops-pressed: null;
116$button-toolbar-background-gradient-color-stops-disabled: null;
117
118@import 'compass';
119@import 'ext4/default/all';
Note: See TracBrowser for help on using the repository browser.