_yellow.scss
1.42 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
$yellow-hover: #f5b025;
$yellow-base: #f9c404;
.skin-yellow {
@extend %skin-base;
.notifications-list .item-footer {
background: #DAE1C4;
color: #4F9CAC;
}
.navbar-nav .open > a,
.navbar-nav .open > a:hover,
.navbar-nav .open > a:focus {
background-color: $selected-color;
color: #000;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
border: none;
}
.dropdown-menu {
li > a:hover {
color: #555;
background-color: #F7F7F7;
}
.active > a,
.active > a:hover,
.active > a:focus {
color: #000;
background-color: #CCC;
}
}
.nav .caret {
border-bottom-color: #fff !important;
border-top-color: #fff !important;
}
.nav .open .caret {
border-bottom-color: #000 !important;
border-top-color: #000 !important;
}
.navbar-inverse .navbar-toggle {
border-color: #D49F18;
}
.container-fluid .navbar-header .navbar-toggle {
&:hover, &:focus {
background-color: $yellow-hover;
}
}
.navbar {
.navbar-nav .btn-nav {
&:hover {
background-color: $selected-color;
}
}
}
#config-tool {
#config-tool-cog {
color: $yellow-hover;
}
#config-tool-options {
h4 {
color: #2c3e50;
font-weight: bold;
}
}
&.closed {
#config-tool-cog {
&:hover {
background-color: $yellow-hover;
}
}
}
}
}