more updates

This commit is contained in:
Adrian Woeltche 2018-07-11 17:26:50 +02:00
parent 7327fdbeab
commit 65f25bb009
5 changed files with 21 additions and 28 deletions

View file

@ -1,4 +1,5 @@
/* #008f73 #4c9790 */ /* Class names prefixes */
/* Colors / Theme */
.gjs-clm-tags .gjs-sm-title, .gjs-clm-tags .gjs-sm-title,
.gjs-sm-sector .gjs-sm-title { .gjs-sm-sector .gjs-sm-title {
border-top: none; } border-top: none; }
@ -42,8 +43,7 @@
.gjs-sm-sector .gjs-sm-composite.gjs-clm-field, .gjs-sm-sector .gjs-sm-composite.gjs-clm-field,
.gjs-sm-sector .gjs-sm-field.gjs-sm-composite, .gjs-sm-sector .gjs-sm-field.gjs-sm-composite,
.gjs-sm-sector .gjs-sm-stack #gjs-sm-add { .gjs-sm-sector .gjs-sm-stack #gjs-sm-add {
color: #a0aabf; color: #a0aabf; }
/* #a0aabf #d0d6e2 */ }
#gjs-rte-toolbar, #gjs-rte-toolbar,
.gjs-bg-main, .gjs-bg-main,

View file

@ -50,4 +50,4 @@
.cm-s-material .CodeMirror-matchingbracket { .cm-s-material .CodeMirror-matchingbracket {
text-decoration: underline; text-decoration: underline;
color: white !important; color: white !important;
} }

File diff suppressed because one or more lines are too long

View file

@ -85,4 +85,4 @@
-webkit-transform: translate(-0.5rem, 50%); -webkit-transform: translate(-0.5rem, 50%);
-ms-transform: translate(-0.5rem, 50%); -ms-transform: translate(-0.5rem, 50%);
transform: translate(-0.5rem, 50%); transform: translate(-0.5rem, 50%);
} }

File diff suppressed because one or more lines are too long