v1.4.2 - Fixed QL Editor

Added Feedback to menu bar
This commit is contained in:
Anders
2020-10-07 11:59:58 +02:00
parent 233bc2b35e
commit 491ecc9d6e
11 changed files with 25 additions and 18 deletions
+5
View File
@@ -6878,3 +6878,8 @@ div.dataTables_wrapper div.dataTables_paginate ul.pagination {
outline: unset !important;
}
/* QL-Editor */
.ql-tooltip {
z-index: 3 !important;
}
-9
View File
@@ -80,15 +80,6 @@ select {
margin-bottom: 1rem;
}
.select2-container--default, .select2-search, .selection, .select2-selection--single, .select2-results__options * {
color: white !important;
background-color: #2F3136 !important;
}
.select2-selection__rendered {
color: white !important;
}
input.appinput {
border: none;
border-bottom: white solid 2px;