Project

General

Profile

1
// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
2

    
3
//
4
// Component: HTML editor
5
//
6
// ========================================================================
7

    
8

    
9
// Variables
10
// ========================================================================
11

    
12
@htmleditor-navbar-background:                rgba(0,0,0,0);
13

    
14
@htmleditor-navbar-nav-color:                 @global-muted-color;
15

    
16
@htmleditor-navbar-nav-hover-background:      rgba(0,0,0,0);
17
@htmleditor-navbar-nav-hover-color:           @global-color;
18
@htmleditor-navbar-nav-onclick-background:    @global-muted-background;
19
@htmleditor-navbar-nav-onclick-color:         @global-heading-color;
20
@htmleditor-navbar-nav-active-background:     @global-muted-background;
21
@htmleditor-navbar-nav-active-color:          @global-color;
22

    
23
@htmleditor-content-border:                   @global-border;
24
@htmleditor-content-background:               @global-background;
25
@htmleditor-content-split-border:             @global-border;
26

    
27
@htmleditor-fullscreen-z-index:               @global-z-index - 10;
28

    
29
//
30
// New
31
//
32

    
33
@htmleditor-navbar-border:                    @global-border;
34
@htmleditor-navbar-border-width:              @global-border-width;
35

    
36

    
37
// Component
38
// ========================================================================
39

    
40
.hook-htmleditor() {}
41

    
42
.hook-htmleditor-navbar() { border: @htmleditor-navbar-border-width solid @htmleditor-navbar-border; }
43

    
44
.hook-htmleditor-navbar-nav() {}
45

    
46
.hook-htmleditor-navbar-nav-hover() {}
47

    
48
.hook-htmleditor-navbar-nav-onclick() {}
49

    
50
.hook-htmleditor-navbar-nav-active() {}
51

    
52
.hook-htmleditor-content() {}
53

    
54

    
55
// Miscellaneous
56
// ========================================================================
57

    
58
.hook-htmleditor-misc() {}
(22-22/49)