Updates to master

pull/1045/head 1417
yanas 9 years ago
parent 28f719b58a
commit 50494eb745
  1. 13
      css/_variables.scss

@ -38,6 +38,7 @@ $splitterToolbarButtonLeftMargin: 0px;
/*
* Main controls
* TODO: looks like we don't use it
*/
$inputSemiBackground: rgba(132, 132, 132, .8);
$inputLightBackground: #EBEBEB;
@ -112,11 +113,6 @@ $defaultDarkFontColor: #000;
/**
* Forms
*/
<<<<<<< 1291023cbed3044a9f3acc2b8c7d47ff05e5aee4
$inputBg: $inputSemiBackground;
$inputBgHover: $inputSemiBackground;
$inputFontColor: $defaultDarkFontColor;
=======
//dropdown
$selectFontColor: $defaultLightFontColor;
$selectBg: $defaultBackground;
@ -126,9 +122,4 @@ $selectActiveItemBg: $defaultDarkColor;
$inputControlEmColor: #f29424;
//buttons
$linkFontColor: #489afe;
$linkHoverFontColor: #287ade;
// Main controls TODO: looks like we don't use it
$inputSemiBackground: rgba(132, 132, 132, .8);
$inputLightBackground: #EBEBEB;
>>>>>>> dropdown styles fixes
$linkHoverFontColor: #287ade;
Loading…
Cancel
Save