Project

General

Profile

1
.app_my_theme .uk-alert {
2
  background: #3f51b5;
3
}
4
.app_my_theme .md-btn-primary,
5
.app_my_theme .md-btn-primary:hover,
6
.app_my_theme .md-btn-primary:focus,
7
.app_my_theme .md-btn-primary:active {
8
  background: #3f51b5;
9
  color: #fff;
10
}
11
.app_my_theme .md-btn-flat-primary,
12
.app_my_theme .md-btn-flat-primary:hover,
13
.app_my_theme .md-btn-flat-primary:focus,
14
.app_my_theme .md-btn-flat-primary:active {
15
  color: #303f9f;
16
}
17
.app_my_theme .md-btn-flat-primary:hover,
18
.app_my_theme .md-btn-flat-primary:focus,
19
.app_my_theme .md-btn-flat-primary:active {
20
  background: #d1d6ef;
21
}
22
.app_my_theme .uk-badge-primary {
23
  background: #3f51b5;
24
}
25
.app_my_theme .md-card-list-wrapper .md-card-list > ul > li.item-shown.md-card-list-item-selected:before {
26
  background: #e8eaf6;
27
}
28
.app_my_theme .md-card-list-wrapper .md-card-list .md-card-list-item-selected {
29
  background: #e8eaf6;
30
}
31
.app_my_theme .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown {
32
  background: #fff;
33
}
34
.app_my_theme .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown:before {
35
  background: #e8eaf6;
36
}
37
.app_my_theme .md-fab.md-fab-accent {
38
  background: #ff4081;
39
}
40
.app_my_theme .md-list .uk-nestable-list > li.md-list-item-active,
41
.app_my_theme .md-list > li.md-list-item-active {
42
  color: #ff4081;
43
}
44
.app_my_theme .md-list-addon > li.md-list-item-active .md-list-addon-element,
45
.app_my_theme .md-list-addon > li.md-list-item-active .md-list-addon-element .material-icons {
46
  color: #ff4081;
47
}
48
.app_my_theme .uk-pagination > li > a:hover {
49
  background: #ffd9e6;
50
}
51
.app_my_theme .uk-pagination > li.uk-active > a,
52
.app_my_theme .uk-pagination > li.uk-active > span {
53
  background: #ff4081;
54
  color: #fff;
55
}
56
.app_my_theme .uk-subnav-pill > .uk-active > * {
57
  background: #ff4081;
58
}
59
.app_my_theme .uk-tab > li > a:hover,
60
.app_my_theme .uk-tab > li > a:focus {
61
  border-bottom-color: #abb4e2;
62
}
63
.app_my_theme .uk-tab > li.uk-active > a {
64
  border-bottom-color: #3f51b5;
65
}
66
.app_my_theme .uk-tab-bottom li > a:hover,
67
.app_my_theme .uk-tab-bottom li > a:focus {
68
  border-top-color: #abb4e2;
69
}
70
.app_my_theme .uk-tab-bottom li.uk-active > a {
71
  border-top-color: #3f51b5;
72
}
73
.app_my_theme .uk-tab-left li > a:hover,
74
.app_my_theme .uk-tab-left li > a:focus {
75
  border-right-color: #abb4e2;
76
}
77
.app_my_theme .uk-tab-left li.uk-active > a {
78
  border-right-color: #3f51b5;
79
}
80
.app_my_theme .uk-tab-right li > a:hover,
81
.app_my_theme .uk-tab-right li > a:focus {
82
  border-left-color: #abb4e2;
83
}
84
.app_my_theme .uk-tab-right li.uk-active > a {
85
  border-left-color: #3f51b5;
86
}
87
.app_my_theme .uk-tab-double-header li a:hover,
88
.app_my_theme .uk-tab-double-header li a:focus {
89
  border-bottom-color: #606fc7;
90
}
91
.app_my_theme .uk-tab-double-header li.uk-active > a {
92
  border-bottom-color: #ff4081;
93
}
94
.app_my_theme #header_main {
95
  background: #3f51b5;
96
}
97
.app_my_theme.header_double_height:after {
98
  background: #3f51b5;
99
}
100
.app_my_theme #top_bar .top_bar_nav > li > a:hover {
101
  -webkit-box-shadow: inset 0 -3px 0 #3f51b5;
102
  box-shadow: inset 0 -3px 0 #3f51b5;
103
}
104
.app_my_theme #top_bar .top_bar_nav > li.uk-active a {
105
  -webkit-box-shadow: inset 0 -3px 0 #3f51b5;
106
  box-shadow: inset 0 -3px 0 #3f51b5;
107
}
108
.app_my_theme .user_heading {
109
  background: #303f9f;
110
}
111
.app_my_theme #sidebar_main .menu_section > ul > li ul li.act_item a {
112
  color: #ff4081;
113
}
114
.app_my_theme #sidebar_main .menu_section > ul > li.current_section > a > .menu_icon .material-icons {
115
  color: #ff4081;
116
}
117
.app_my_theme #sidebar_main .menu_section > ul > li.current_section > a .menu_title {
118
  color: #ff4081;
119
}
120
.app_my_theme.sidebar_mini #sidebar_main .menu_section > ul > li > a > .menu_title {
121
  background: #ff4081;
122
  color: #fff;
123
}
124
.app_my_theme.sidebar_mini #sidebar_main .menu_section > ul > li:hover.sidebar_submenu {
125
  background: #ff4081;
126
}
127
.app_my_theme.sidebar_mini #sidebar_main .menu_section > ul > li:hover.sidebar_submenu > a .menu_icon .material-icons {
128
  color: #fff;
129
}
130
.app_my_theme.sidebar_mini #sidebar_main .menu_section > ul > li:hover.sidebar_submenu ul {
131
  border-left-color: #ff4081;
132
}
133
.app_my_theme.sidebar_mini #sidebar_main .menu_section > ul > li.current_section > a > .menu_icon .material-icons {
134
  color: #ff4081;
135
}
136
.app_my_theme .clndr .clndr_days .clndr_days_grid .day.today > span {
137
  background: #ff4081;
138
}
139
.app_my_theme .DTTT_print_info h6 {
140
  color: #ff4081;
141
}
142
.app_my_theme .fc-unthemed .fc-button.fc-state-active:after {
143
  color: #ff4081;
144
}
145
.app_my_theme .fc-unthemed .fc-highlight {
146
  -webkit-box-shadow: inset 0 0 0 2px #3f51b5, inset 0 -1px 0 2px #3f51b5;
147
  box-shadow: inset 0 0 0 2px #3f51b5, inset 0 -1px 0 2px #3f51b5;
148
}
149
.app_my_theme .tablesorter-altair tbody > tr.row_highlighted > td {
150
  background: #e8eaf6;
151
}
152
.app_my_theme .tablesorter-altair .headerSortUp,
153
.app_my_theme .tablesorter-altair .tablesorter-headerSortUp,
154
.app_my_theme .tablesorter-altair .tablesorter-headerAsc,
155
.app_my_theme .tablesorter-altair .headerSortDown,
156
.app_my_theme .tablesorter-altair .tablesorter-headerSortDown,
157
.app_my_theme .tablesorter-altair .tablesorter-headerDesc {
158
  color: #ff4081;
159
}
160
.app_my_theme .wizard > .steps {
161
  background: #3f51b5;
162
}
163
.app_my_theme .wizard > .steps > ul > li.current a,
164
.app_my_theme .wizard > .steps > ul > li.current a:hover,
165
.app_my_theme .wizard > .steps > ul > li.current a:active {
166
  background: #606fc7;
167
}
168
.app_my_theme .wizard > .steps > ul > li.done a,
169
.app_my_theme .wizard > .steps > ul > li.done a:hover,
170
.app_my_theme .wizard > .steps > ul > li.done a:active {
171
  background: #303f9f;
172
}
173
.app_my_theme .md-card-primary {
174
  border-left-color: #3f51b5;
175
}
176
.app_my_theme .waves-effect.md-btn-flat-primary {
177
  background: none;
178
}
179
.app_my_theme .waves-effect.md-btn-flat-primary .waves-ripple {
180
  background: rgba(63, 81, 181, 0.4);
181
}
182
.app_my_theme .search_list_link {
183
  color: #ff4081;
184
}
185
.app_my_theme .chatbox.cb_active .chatbox_header {
186
  background: #303f9f;
187
}
188
.app_my_theme .chatbox_content .chatbox_message.own .chatbox_message_content li > span {
189
  background: #3f51b5;
190
}
191
.app_my_theme .uk-table tr.row_checked td,
192
.app_my_theme .uk-table-hover tbody tr:hover {
193
  background: #e8eaf6;
194
}
(21-21/23)