mirror of
https://github.com/neocities/neocities.git
synced 2025-07-24 03:20:40 +02:00
Add selected color to appropriate dashboard buttons
This commit is contained in:
parent
0bcefd9e2d
commit
2fb2a43e6a
2 changed files with 21 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue