[Styles] Merge in style updates

Merge in style updates and split pane updates related
to timeline view into open-source-friendly branch,
WTD-901
This commit is contained in:
Victor Woeltjen
2015-02-25 11:25:20 -08:00
parent a3685d0c6b
commit f523022a2a
20 changed files with 304 additions and 122 deletions

View File

@@ -175,7 +175,7 @@ input[type="text"] {
position: relative;
overflow: hidden;
vertical-align: middle; }
/* line 82, ../sass/_mixins.scss */
/* line 115, ../sass/_mixins.scss */
.form-control.select:not(.disabled):hover {
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #4d4d4d));
background-image: -webkit-linear-gradient(#666666, #4d4d4d);