Browse Source

fix after rebase

j8
Ilya Daynatovich 8 years ago
parent
commit
9078596f3a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      css/_variables.scss

+ 1
- 1
css/_variables.scss View File

@@ -33,10 +33,10 @@ $tooltipBg: rgba(0,0,0, 0.7);
33 33
 
34 34
 // Toolbar
35 35
 $toolbarSelectBackground: rgba(0, 0, 0, .6);
36
-
37 36
 $toolbarBadgeBackground: #165ECC;
38 37
 $toolbarBadgeColor: #FFFFFF;
39 38
 $toolbarToggleBackground: #12499C;
39
+$splitterToolbarButtonLeftMargin: 0px;
40 40
 
41 41
 // Main controls
42 42
 $inputSemiBackground: rgba(132, 132, 132, .8);

Loading…
Cancel
Save