Editor detached bdblue

Fixed editor attach button bdblue styling
This commit is contained in:
Alexei Stukov 2017-04-30 05:22:26 +03:00 committed by GitHub
parent b15f56212d
commit 3262eb58a9
1 changed files with 9 additions and 11 deletions

View File

@ -57,17 +57,17 @@
} }
.bd-server-card.bd-server-card-pinned { .bd-server-card.bd-server-card-pinned {
margin-bottom: 11px; margin-bottom: 11px;
} }
.bd-server-card.bd-server-card-pinned:after { .bd-server-card.bd-server-card-pinned:after {
background: #3a71c1; background: #3a71c1;
content: ""; content: "";
height: 3px; height: 3px;
width: 100%; width: 100%;
display: block; display: block;
position: absolute; position: absolute;
margin-top: 5px; margin-top: 5px;
} }
.ui-standard-sidebar-view #bd-customcss-attach-controls button, .ui-standard-sidebar-view #bd-customcss-attach-controls button,
@ -169,7 +169,7 @@
font-size: 20px; font-size: 20px;
} }
.bd-blue ui-standard-sidebar-view #editor-detached button { .bd-blue .ui-standard-sidebar-view #editor-detached button {
background: #3a71c1; background: #3a71c1;
} }
@ -2106,5 +2106,3 @@
.bd-blue .ui-switch-wrapper:not(.disabled):not(.clear):hover .ui-switch-checkbox:checked+.ui-switch { background: #3f79ce; } .bd-blue .ui-switch-wrapper:not(.disabled):not(.clear):hover .ui-switch-checkbox:checked+.ui-switch { background: #3f79ce; }
.bd-blue *[style*="border-color: rgb(114, 137, 218)"] { border-color: #3a71c1 !important; } .bd-blue *[style*="border-color: rgb(114, 137, 218)"] { border-color: #3a71c1 !important; }
.bd-blue *[style*="background-color: rgb(114, 137, 218)"] { background-color: #3a71c1 !important; } .bd-blue *[style*="background-color: rgb(114, 137, 218)"] { background-color: #3a71c1 !important; }