-
Notifications
You must be signed in to change notification settings - Fork 279
Expand file tree
/
Copy pathskin.scss
More file actions
49 lines (35 loc) · 1.36 KB
/
skin.scss
File metadata and controls
49 lines (35 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/** GENERAL VARIABLES **/
@import ".font-cache/font-icon-map";
@import "components/variables/skin";
$base-font-icon-family: alloyeditor-mono;
/** COLOR PALETTE **/
$CKEDITOR_base_color: #cfd1cf;
$CKEDITOR_font_base_color: #393939;
$CKEDITOR_button_bg_image_gradient: linear-gradient(to bottom,#aaa,#cacaca);
$CKEDITOR_container_bg_image_gradient: linear-gradient(to bottom, #f5f5f5, $CKEDITOR_base_color);
/** COMPONENT VARIABLES **/
@import "skin/default/variables/skin";
/** ARROW-BOX **/
$arrow-box-color: $CKEDITOR_base_color;
/** BUTTON-BRIDGE **/
$button-bridge-icon-filter: none;
$button-bridge-icon-hover-filter: none;
/** DROPDOWN-LISTBOX HEADER **/
$dropdown-listbox-header-bg: $CKEDITOR_base_color;
$dropdown-listbox-header-bg_image_gradient: $CKEDITOR_container_bg_image_gradient;
$dropdown-listbox-header-color: #474747;
$dropdown-listbox-header-font-size: 11px;
/** DROPDOWN-LIST **/
$dropdown-active-element: $CKEDITOR_base_color;
/** TOOLBAR **/
$toolbar-bg-color: $CKEDITOR_base_color;
$toolbar-border-radius: 0;
$toolbar-button-active-bg-color: #b5b5b5;
$toolbar-button-hover-color: $CKEDITOR_font_base_color;
$toolbar-font-color: $CKEDITOR_font_base_color;
$toolbar-add-bg-color: $CKEDITOR_base_color;
$toolbar-add-border-radius: 0;
$toolbar-add-font-color: $CKEDITOR_font_base_color;
$toolbar-add-icon-size: 22px;
/** SEPARATOR **/
$separator-color: #393939;