Project

General

Profile

« Previous | Next » 

Revision 57697

[Monitor Dashboard]: 1. Change inputs to materials. 2. Add fonts. 3. Add uikit.js on index 4. Add reorder functionality on indicators. 5. Fix height of header to 70px

View differences:

my_theme.css
12 12
.app_my_theme .md-btn-flat-primary:hover,
13 13
.app_my_theme .md-btn-flat-primary:focus,
14 14
.app_my_theme .md-btn-flat-primary:active {
15
  color: #303f9f;
15
  color: #0d47a1;
16 16
}
17 17
.app_my_theme .md-btn-flat-primary:hover,
18 18
.app_my_theme .md-btn-flat-primary:focus,
19 19
.app_my_theme .md-btn-flat-primary:active {
20
  background: #d1d6ef;
20
  background: #85b1f5;
21 21
}
22 22
.app_my_theme .uk-badge-primary {
23 23
  background: #0d47a1;
......
46 46
  color: #0d47a1;
47 47
}
48 48
.app_my_theme .uk-pagination > li > a:hover {
49
  background: #ffd9e6;
49
  background: #5693f1;
50 50
}
51 51
.app_my_theme .uk-pagination > li.uk-active > a,
52 52
.app_my_theme .uk-pagination > li.uk-active > span {
......
58 58
}
59 59
.app_my_theme .uk-tab > li > a:hover,
60 60
.app_my_theme .uk-tab > li > a:focus {
61
  border-bottom-color: #abb4e2;
61
  border-bottom-color: #5693f1;
62 62
}
63 63
.app_my_theme .uk-tab > li.uk-active > a {
64 64
  border-bottom-color: #0d47a1;
65 65
}
66 66
.app_my_theme .uk-tab-bottom li > a:hover,
67 67
.app_my_theme .uk-tab-bottom li > a:focus {
68
  border-top-color: #abb4e2;
68
  border-top-color: #5693f1;
69 69
}
70 70
.app_my_theme .uk-tab-bottom li.uk-active > a {
71 71
  border-top-color: #0d47a1;
72 72
}
73 73
.app_my_theme .uk-tab-left li > a:hover,
74 74
.app_my_theme .uk-tab-left li > a:focus {
75
  border-right-color: #abb4e2;
75
  border-right-color: #5693f1;
76 76
}
77 77
.app_my_theme .uk-tab-left li.uk-active > a {
78 78
  border-right-color: #0d47a1;
79 79
}
80 80
.app_my_theme .uk-tab-right li > a:hover,
81 81
.app_my_theme .uk-tab-right li > a:focus {
82
  border-left-color: #abb4e2;
82
  border-left-color: #5693f1;
83 83
}
84 84
.app_my_theme .uk-tab-right li.uk-active > a {
85 85
  border-left-color: #0d47a1;
86 86
}
87 87
.app_my_theme .uk-tab-double-header li a:hover,
88 88
.app_my_theme .uk-tab-double-header li a:focus {
89
  border-bottom-color: #606fc7;
89
  border-bottom-color: #115cd0;
90 90
}
91 91
.app_my_theme .uk-tab-double-header li.uk-active > a {
92 92
  border-bottom-color: #0d47a1;
......
106 106
  box-shadow: inset 0 -3px 0 #0d47a1;
107 107
}
108 108
.app_my_theme .user_heading {
109
  background: #303f9f;
109
  background: #0d47a1;
110 110
}
111 111
.app_my_theme #sidebar_main .menu_section > ul > li ul li.act_item a {
112 112
  color: #0d47a1;
......
163 163
.app_my_theme .wizard > .steps > ul > li.current a,
164 164
.app_my_theme .wizard > .steps > ul > li.current a:hover,
165 165
.app_my_theme .wizard > .steps > ul > li.current a:active {
166
  background: #606fc7;
166
  background: #115cd0;
167 167
}
168 168
.app_my_theme .wizard > .steps > ul > li.done a,
169 169
.app_my_theme .wizard > .steps > ul > li.done a:hover,
170 170
.app_my_theme .wizard > .steps > ul > li.done a:active {
171
  background: #303f9f;
171
  background: #0d47a1;
172 172
}
173 173
.app_my_theme .md-card-primary {
174 174
  border-left-color: #0d47a1;
......
177 177
  background: none;
178 178
}
179 179
.app_my_theme .waves-effect.md-btn-flat-primary .waves-ripple {
180
  background: rgba(63, 81, 181, 0.4);
180
  background: rgba(13, 71, 161, 0.4);
181 181
}
182 182
.app_my_theme .search_list_link {
183 183
  color: #0d47a1;
184 184
}
185 185
.app_my_theme .chatbox.cb_active .chatbox_header {
186
  background: #303f9f;
186
  background: #0d47a1;
187 187
}
188 188
.app_my_theme .chatbox_content .chatbox_message.own .chatbox_message_content li > span {
189 189
  background: #0d47a1;

Also available in: Unified diff