Small UI fixes

pull/1/head
yflory 5 years ago
parent 09323e38fa
commit b7c2d23a29

@ -69,6 +69,7 @@
// Apps, these colors are used for customizing the toolbar for the apps. // Apps, these colors are used for customizing the toolbar for the apps.
@colortheme_pad-toolbar-bg: #eeeeee; @colortheme_pad-toolbar-bg: #eeeeee;
@colortheme_toolbar-warn: @colortheme_alertify-red;
@colortheme_pad-bg: #256ad5; @colortheme_pad-bg: #256ad5;
@colortheme_pad-color: #fff; @colortheme_pad-color: #fff;

@ -604,10 +604,7 @@
} }
.cp-toolbar-limit { .cp-toolbar-limit {
text-shadow: -1px 0 @toolbar-color, 0 1px @toolbar-color, 1px 0 @toolbar-color, 0 -1px @toolbar-color; color: @colortheme_toolbar-warn;
text-shadow: -1px 0 var(--toolbar-color), 0 1px var(--toolbar-color), 1px 0 var(--toolbar-color), 0 -1px var(--toolbar-color);
color: @toolbar-warn-color;
color: var(--toolbar-warn-color);
} }
.cp-dropdown-content.cp-dropdown-left a { .cp-dropdown-content.cp-dropdown-left a {
color: black; color: black;
@ -633,8 +630,7 @@
padding: 0; padding: 0;
margin: 0 5px; margin: 0 5px;
font-size: @colortheme_app-font-size; font-size: @colortheme_app-font-size;
color: @toolbar-warn-color; color: @colortheme_toolbar-warn;
color: var(--toolbar-warn-color);
.cp-pnp-msg { .cp-pnp-msg {
padding-left: 5px; padding-left: 5px;
font-family: @colortheme_font; font-family: @colortheme_font;
@ -643,8 +639,7 @@
font-size: @colortheme_app-font-size; font-size: @colortheme_app-font-size;
font-family: @colortheme_font; font-family: @colortheme_font;
font-weight: bold; font-weight: bold;
color: @toolbar-warn-color; color: @colortheme_toolbar-warn;
color: var(--toolbar-warn-color);
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }

@ -306,7 +306,6 @@ define([
var dropdownConfig = { var dropdownConfig = {
text: Messages.languageButton, // Button initial text text: Messages.languageButton, // Button initial text
options: options, // Entries displayed in the menu options: options, // Entries displayed in the menu
left: true, // Open to the left of the button
isSelect: true, isSelect: true,
feedback: 'CODE_LANGUAGE', feedback: 'CODE_LANGUAGE',
common: Common common: Common

Loading…
Cancel
Save