[Frontend] IN-PROGRESS Theming continues

open #95
Search, plots;
Minor tweaks to add shdw to items and buttons;
This commit is contained in:
Charles Hacskaylo
2015-09-10 11:43:39 -07:00
parent 3792dab0f9
commit 3b2454c6a9
13 changed files with 298 additions and 246 deletions

View File

@@ -21,10 +21,10 @@
*****************************************************************************/
.split-layout {
$b: pullForward($colorBodyBg, $contrastRatioPercent);
$splitterD: 5px;
.splitter {
background-color: $b;
@include border-radius($splitterEndCr);
@include boxShdw($splitterShdw);
overflow: hidden;
position: absolute;
@@ -53,7 +53,7 @@
cursor: row-resize;
left: 0; right: 0;
width: auto;
height: $splitterD;
height: $splitterW;
}
}
&.vertical {
@@ -72,7 +72,7 @@
@include controlGrippy($colorBodyBg, vertical);
bottom: 0;
cursor: col-resize;
width: $splitterD;
width: $splitterW;
}
}
}