Add selected color to appropriate dashboard buttons

This commit is contained in:
Victoria Wang 2015-07-17 13:56:31 -07:00
parent 0bcefd9e2d
commit 2fb2a43e6a
2 changed files with 21 additions and 2 deletions

View file

@ -271,6 +271,22 @@
}
}
}
.files {
.btn.iconview-button {
background: #4F727B;
}
.btn.listview-button {
background: #77ABB8;
}
}
.files.list-view {
.btn.listview-button {
background: #4F727B;
}
.btn.iconview-button {
background: #77ABB8;
}
}
.files .header {
background: #5E95A1;
color: #fff;
@ -592,6 +608,9 @@
.files .list {
@include dashboard-list-view;
}
.files .btn-group {
display: none;
}
}
.files.list-view .list {
@include dashboard-list-view;