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:
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -8,8 +8,6 @@
|
||||
border: 1px solid black;
|
||||
margin-bottom: 30px;
|
||||
|
||||
.item-wrapper {}
|
||||
|
||||
.file-ext {
|
||||
position: absolute;
|
||||
bottom: 40%;
|
||||
|
@@ -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;
|
||||
|
@@ -96,7 +96,6 @@
|
||||
color: $btn-text-color;
|
||||
opacity: 1;
|
||||
text-shadow: none;
|
||||
|
||||
}
|
||||
|
||||
.close:not(:disabled):not(.disabled):focus,
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user