[simple theme] new color theme and result on mobile and tablet

* clean up vars in defenition
* results look now the same on mobile and desktop
* reworked results on mobile
* new color theme with more vibrant colors
This commit is contained in:
MrPaulBlack 2021-10-08 16:06:48 +02:00
parent 09324f3492
commit 3daa024c04
5 changed files with 89 additions and 92 deletions

View file

@ -392,8 +392,7 @@ select {
top: 0;
left: 0;
background: var(--color-toolkit-checkbox-label-background);
border-radius: 4px;
box-shadow: inset 0 1px 1px var(--color-toolkit-checkbox-label-shadow1), 0 1px 4px var(--color-toolkit-checkbox-label-shadow2);
.rounded-corners;
&::after {
content: '';
@ -495,12 +494,13 @@ select {
padding: 0.5rem 1rem;
margin: 0 0 0 2rem;
border: 1px solid var(--color-toolkit-engine-tooltip-border);
box-shadow: 2px 2px 2px 0 var(--color-toolkit-engine-tooltip-shadow);
box-shadow: 0 0 5px var(--color-toolkit-engine-tooltip-shadow);
background: var(--color-toolkit-engine-tooltip-background);
font-size: 14px;
font-weight: normal;
z-index: 1000000;
text-align: left;
.rounded-corners;
}
th:hover .engine-tooltip,