1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 07:34:22 +02:00

Admin Panel: Dark Theme - fixes.

This commit is contained in:
Awilum
2019-01-15 01:52:07 +03:00
parent 9d108e0824
commit 2fe33770dd
5 changed files with 14 additions and 20 deletions

View File

@@ -5,22 +5,27 @@
margin-top: 0;
}
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer {
background: #292d34;
}
.cm-s-monokai .CodeMirror-gutters {
.CodeMirror-gutters {
background: #292d34;
border-right: none;
color: #9ca4b2;
}
.cm-s-monokai .CodeMirror-linenumber {
.CodeMirror-linenumber {
color: #9ca4b2;
background: #292d34;
}
.cm-s-monokai .cm-meta,
.cm-s-monokai.CodeMirror {
.CodeMirror,
.cm-meta {
background: #292d34;
}

View File

@@ -8,8 +8,6 @@
border: 1px solid black;
margin-bottom: 30px;
.item-wrapper {}
.file-ext {
position: absolute;
bottom: 40%;

View File

@@ -160,14 +160,6 @@
color: #fff;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #F5F5F5;
color: #888888;
cursor: not-allowed;
}
.form-group {
label {
font-size: 14px;
@@ -198,7 +190,7 @@ fieldset[disabled] .form-control {
.btn {
float: right;
margin-top: -10px;
margin-top: -9px;
margin-right: -15px;
background: transparent;
border: none;

View File

@@ -96,7 +96,6 @@
color: $btn-text-color;
opacity: 1;
text-shadow: none;
}
.close:not(:disabled):not(.disabled):focus,

View File

@@ -32,12 +32,12 @@
background-color: #3b404b;
}
> tfoot,
> tbody,
> thead,
> tbody {
> tfoot {
> tr {
> th,
> td {
> td,
> th {
padding: 12.5px 20px;
vertical-align: middle;
border-color: #000;