Browse Source

added files

master
Torsten Paul 4 years ago
parent
commit
a6b080b1c3
  1. 8
      tpDEsign/core/css/server.css

8
tpDEsign/core/css/server.css

@ -162,10 +162,6 @@ filter : invert(100%);
.notification img.notification-icon { .notification img.notification-icon {
filter : invert(100%); filter : invert(100%);
} }
.icon-settings-white {
background-image: #fff !important;
/* filter : invert(100%); */
}
#editor-wrapper div.ProseMirror { #editor-wrapper div.ProseMirror {
background-color : #011d24 !important ; background-color : #011d24 !important ;
font-size : 20px; font-size : 20px;
@ -230,10 +226,8 @@ border: #080d12 solid 1px;
background-color : #131d29 !important ; background-color : #131d29 !important ;
border : #080d12 solid 1px; border : #080d12 solid 1px;
} }
/* Videoplayer */
.modal-mask--dark[data-v-2a99be04] { .modal-mask--dark[data-v-2a99be04] {
background-color: rgba(3, 10, 16, 0.92) !important; background-color : rgb(3, 10, 16, 0.92) !important ;
} }
.modal-header .modal-title[data-v-2a99be04] { .modal-header .modal-title[data-v-2a99be04] {
color : #fff; color : #fff;

Loading…
Cancel
Save