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; margin: 0;
display: inline-block; display: inline-block;
padding: 5px 15px; padding: 5px 15px;
background-color: #8F1B1B; background-color: #262673;
border-left: 1px solid #771D1D; border-left: 1px solid #1C1C50;
border-bottom: 2px solid transparent; border-bottom: 2px solid transparent;
cursor: pointer; cursor: pointer;
} }
li.active { li.active {
border-bottom: 2px solid red; border-bottom: 2px solid blue;
} }

View File

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

View File

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