[Frontend] Minor tweaks to sizing of controls
open #95b View switcher and plot control buttons now made small when object is in a frame context in a Layout;
This commit is contained in:
@@ -104,7 +104,7 @@ $colorTabHeaderFg: lighten($colorTabHeaderBg, 40%);
|
||||
$colorTabHeaderBorder: $colorBodyBg;
|
||||
|
||||
// Plot
|
||||
$colorPlotBg: none;
|
||||
$colorPlotBg: rgba(black, 0.1);
|
||||
$colorPlotFg: $colorBodyFg;
|
||||
$colorPlotHash: rgba(white, 0.2);
|
||||
$stylePlotHash: dashed;
|
||||
|
||||
Reference in New Issue
Block a user