Commit e3beee5907133147b4f5ec1355f434c1a2c89ef7
1 parent
f6793342
Exists in
master
and in
2 other branches
Adjusting red theme
Showing
3 changed files
with
18 additions
and
18 deletions
Show diff stats
amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/red.sassc
No preview for this file type
amadeus/static/css/themes/red.css
... | ... | @@ -19,10 +19,10 @@ body .container-fluid .well-inverse { |
19 | 19 | color: #424242; } |
20 | 20 | |
21 | 21 | .notify_badge { |
22 | - background-color: #039BE5 !important; } | |
22 | + background-color: #0277BD !important; } | |
23 | 23 | |
24 | 24 | .access-subject { |
25 | - background-color: #039BE5 !important; | |
25 | + background-color: #03A9F4 !important; | |
26 | 26 | color: #FFFFFF; } |
27 | 27 | |
28 | 28 | .outside-title { |
... | ... | @@ -101,7 +101,7 @@ body .container-fluid .well-inverse { |
101 | 101 | .btn-group-raised .input-group-btn .btn.btn-success, |
102 | 102 | .btn.btn-fab.btn-success, .btn.btn-raised.btn-success, |
103 | 103 | .input-group-btn .btn.btn-fab.btn-success, .input-group-btn .btn.btn-raised.btn-success { |
104 | - background-color: #039BE5; } | |
104 | + background-color: #03A9F4; } | |
105 | 105 | |
106 | 106 | .btn-group-raised .btn:not(.btn-link).active.btn-success, |
107 | 107 | .btn-group-raised .btn:not(.btn-link):active.btn-success, |
... | ... | @@ -174,7 +174,7 @@ body .container-fluid .well-inverse { |
174 | 174 | /* === End Language Selector */ |
175 | 175 | /* === Topbar === */ |
176 | 176 | #btn-search:hover { |
177 | - background: #A31616; } | |
177 | + background: #9A0007; } | |
178 | 178 | |
179 | 179 | .navbar, .navbar.navbar-default { |
180 | 180 | background-color: #D32F2F; |
... | ... | @@ -184,22 +184,22 @@ body .container-fluid .well-inverse { |
184 | 184 | color: #F5F5F5; } |
185 | 185 | |
186 | 186 | .navbar-brand:hover { |
187 | - background: #A31616 !important; } | |
187 | + background: #9A0007 !important; } | |
188 | 188 | |
189 | 189 | .navbar .project_name { |
190 | 190 | color: #FFFFFF; } |
191 | 191 | |
192 | 192 | .navbar-nav li.open { |
193 | - background: #A31616; } | |
193 | + background: #9A0007; } | |
194 | 194 | |
195 | 195 | .navbar-nav li > a:hover { |
196 | - background: #A31616 !important; } | |
196 | + background: #9A0007 !important; } | |
197 | 197 | |
198 | 198 | .navbar-nav li.settings_menu_active { |
199 | - background: #A31616; } | |
199 | + background: #9A0007; } | |
200 | 200 | |
201 | 201 | .navbar .dropdown-menu .active > a, .navbar.navbar-default .dropdown-menu .active > a { |
202 | - background-color: #A31616; } | |
202 | + background-color: #9A0007; } | |
203 | 203 | |
204 | 204 | .dropdown-menu { |
205 | 205 | background: #F5F5F5; } |
... | ... | @@ -241,10 +241,10 @@ body .container-fluid .well-inverse { |
241 | 241 | color: #FFFFFF; } |
242 | 242 | |
243 | 243 | #sidebar-menu > .subjects_menu_active { |
244 | - background-color: #A31616; } | |
244 | + background-color: #9A0007; } | |
245 | 245 | |
246 | 246 | #sidebar-menu > .item:hover { |
247 | - background-color: #A31616; } | |
247 | + background-color: #9A0007; } | |
248 | 248 | |
249 | 249 | /* --- Minor Screens --- */ |
250 | 250 | .bottom-menu { |
... | ... | @@ -258,10 +258,10 @@ body .container-fluid .well-inverse { |
258 | 258 | color: #FFFFFF; } |
259 | 259 | |
260 | 260 | .mobile-menu > .subjects_menu_active { |
261 | - background-color: #A31616; } | |
261 | + background-color: #9A0007; } | |
262 | 262 | |
263 | 263 | .mobile-menu > .item:hover { |
264 | - background-color: #A31616; } | |
264 | + background-color: #9A0007; } | |
265 | 265 | |
266 | 266 | /* --- End Minor Screens --- */ |
267 | 267 | /* === End Sidebar === */ |
... | ... | @@ -435,7 +435,7 @@ body .container-fluid .well-inverse { |
435 | 435 | |
436 | 436 | .core-subjects-options li.active { |
437 | 437 | color: inherit; |
438 | - border-bottom-color: #A31616; } | |
438 | + border-bottom-color: #9A0007; } | |
439 | 439 | |
440 | 440 | /* === End Tabs === */ |
441 | 441 | /* === Notifies === */ |
... | ... | @@ -451,7 +451,7 @@ body .container-fluid .well-inverse { |
451 | 451 | a.add-row { |
452 | 452 | -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); |
453 | 453 | box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); |
454 | - background-color: #039BE5; | |
454 | + background-color: #03A9F4; | |
455 | 455 | color: rgba(255, 255, 255, 0.84); } |
456 | 456 | |
457 | 457 | /* === End Notifies === */ | ... | ... |
amadeus/static/css/themes/red.sass
1 | 1 | /* === Variables === */ |
2 | 2 | |
3 | 3 | $primary-color: #D32F2F |
4 | -$secondary-color: #A31616 | |
4 | +$secondary-color: #9A0007 | |
5 | 5 | |
6 | 6 | $primary-title: #424242 |
7 | 7 | $secondary-title: #D32F2F |
8 | 8 | |
9 | -$primary-badge: #039BE5 | |
9 | +$primary-badge: #0277BD | |
10 | 10 | |
11 | 11 | $primary-menu-bg: #D32F2F |
12 | 12 | $primary-menu-color: #333333 |
... | ... | @@ -27,7 +27,7 @@ $secondary-subject: #777777 |
27 | 27 | $primary-topic: #757575 |
28 | 28 | $secondary-topic: #919191 |
29 | 29 | |
30 | -$btn-success: #039BE5 | |
30 | +$btn-success: #03A9F4 | |
31 | 31 | $btn-success-effect: #0277BD |
32 | 32 | |
33 | 33 | /* === End Variables === */ | ... | ... |