|
@@ -40,6 +40,10 @@ select:-webkit-autofill:focus {
|
|
color:#fefefe!important;
|
|
color:#fefefe!important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+div.form-control,
|
|
input.form-control,
|
|
input.form-control,
|
|
input.form-control:active,
|
|
input.form-control:active,
|
|
input.form-control:focus,
|
|
input.form-control:focus,
|
|
@@ -247,6 +251,41 @@ div[data-type="dropzone"] > ul > li {
|
|
border-color: #000000;
|
|
border-color: #000000;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.modal-content {
|
|
|
|
+
|
|
|
|
+ background-color: #1f2428;
|
|
|
|
+}
|
|
|
|
+.modal-footer {
|
|
|
|
+ border-top: 0;
|
|
|
|
+}
|
|
|
|
+.modal-header {
|
|
|
|
+ border-bottom: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* navigation */
|
|
|
|
+
|
|
|
|
+.navigation-tree {
|
|
|
|
+ color: #f8f8f8!important;
|
|
|
|
+ background-color: #333333!important;
|
|
|
|
+}
|
|
|
|
+.navigation-tree .navigation-item {
|
|
|
|
+ background: #414141!important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.navigation-item-label {
|
|
|
|
+ color: #ffffff!important;
|
|
|
|
+}
|
|
|
|
+.navigation-item-icon {
|
|
|
|
+ color: #a5a5a5!important;
|
|
|
|
+}
|
|
|
|
+.navigation-tree .btn-light {
|
|
|
|
+
|
|
|
|
+ color: #ffffff!important;
|
|
|
|
+ background-color: #000!important;
|
|
|
|
+ border-color: #000!important;
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+
|
|
/* wysiwyg*/
|
|
/* wysiwyg*/
|
|
|
|
|
|
.trumbowyg-button-pane{
|
|
.trumbowyg-button-pane{
|