Change ugly side-panel color-schema

This commit is contained in:
Roman Gotsiy 2015-10-22 22:45:04 +03:00
parent 9523f77f1c
commit 87dd150a93
3 changed files with 5 additions and 5 deletions

View File

@ -9,12 +9,12 @@ li {
margin: 0;
display: inline-block;
padding: 5px 15px;
background-color: #8F1B1B;
border-left: 1px solid #771D1D;
background-color: #262673;
border-left: 1px solid #1C1C50;
border-bottom: 2px solid transparent;
cursor: pointer;
}
li.active {
border-bottom: 2px solid red;
border-bottom: 2px solid blue;
}

View File

@ -48,7 +48,7 @@ export class Tabs {
styles: [`
.tab-wrap {
padding: 5px;
background-color: #771D1D;
background-color: #121427;
}
`]
})

View File

@ -11,7 +11,7 @@ method {
.methods:before {
content: "";
background: #48040D;
background: #2C2E3E;
height: 100%;
width: 40%;
top: 0;