Commit 1a7b7dd5cc5ccc24d988c8b22556cd770ac8d6c3
1 parent
fe4f7246
Graphical update 6
Showing
1 changed file
with
5 additions
and
6 deletions
Show diff stats
css/crep.css
... | ... | @@ -13,12 +13,6 @@ body |
13 | 13 | .panel-default |
14 | 14 | { |
15 | 15 | border-color: #89B3D1; |
16 | - | |
17 | - & > .panel-heading | |
18 | - { | |
19 | - background-color: #89B3D1; | |
20 | - border-color: #89B3D1; | |
21 | - } | |
22 | 16 | } |
23 | 17 | |
24 | 18 | .panel |
... | ... | @@ -26,6 +20,11 @@ body |
26 | 20 | background-color: #749BD1; |
27 | 21 | } |
28 | 22 | |
23 | +.panel-default > .panel-heading | |
24 | +{ | |
25 | + background-color: #89B3D1; | |
26 | + border-color: #89B3D1; | |
27 | +} | |
29 | 28 | |
30 | 29 | .panel-footer |
31 | 30 | { | ... | ... |