1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-12 15:15:45 +02:00

Fix broken colors of plugin elements with dark theme

This commit is contained in:
chylex 2018-11-07 10:27:08 +01:00
parent fb86d8f3a8
commit 8c9509a906
2 changed files with 14 additions and 3 deletions
Resources/Plugins
edit-design
templates

View File

@ -173,12 +173,23 @@
#edit-design-panel {
width: 693px;
height: 380px;
background-color: #FFF;
box-shadow: 0 0 10px rgba(17, 17, 17, 0.5);
}
#edit-design-panel .mdl-header {
color: #8899A6;
}
#edit-design-panel .mdl-inner {
padding-top: 0;
}
#edit-design-panel .mdl-content {
border: 1px solid #CCD6DD;
background: #EAEAEA;
}
#edit-design-panel-inner-cols {
padding: 0 6px;
}

View File

@ -171,14 +171,14 @@
}
.template-editor-form input, .template-editor-form textarea {
color: #111;
background-color: #fff;
color: #111 !important;
background-color: #fff !important;
border: none;
border-radius: 0;
}
.template-editor-form input:focus, .template-editor-form textarea:focus {
box-shadow: inset 0 1px 3px rgba(17, 17, 17, 0.1), 0 0 8px rgba(80, 165, 230, 0.6);
box-shadow: inset 0 1px 3px rgba(17, 17, 17, 0.1), 0 0 8px rgba(80, 165, 230, 0.6) !important;
}
.template-editor-form textarea {