Change title bar color
This commit is contained in:
parent
374fa044af
commit
33c0f5b274
2 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ body {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
background: #2a92e7;
|
background: #f2f2f2;
|
||||||
box-shadow: 0 -4px 3px 4px rgba(12, 65, 108, 0.8); }
|
box-shadow: 0 -4px 3px 4px rgba(12, 65, 108, 0.8); }
|
||||||
.title-bar button {
|
.title-bar button {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
|
|
|
@ -27,7 +27,7 @@ body {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
background: $blue;
|
background: #f2f2f2;
|
||||||
box-shadow: 0 -4px 3px 4px rgba(darken($blue, 30%), 0.8);
|
box-shadow: 0 -4px 3px 4px rgba(darken($blue, 30%), 0.8);
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
Loading…
Reference in a new issue