mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Improvements to file list/icon view switcher, added select and hover styles
This commit is contained in:
parent
0cf25653e1
commit
9bf33e192b
1 changed files with 14 additions and 9 deletions
|
@ -245,20 +245,25 @@
|
||||||
.btn-group {
|
.btn-group {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
|
|
||||||
|
>.btn+.btn {
|
||||||
|
margin-left: 0px;
|
||||||
|
border-left: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
.btn {
|
.btn {
|
||||||
padding-left: 11px;
|
padding: 7px 11px;
|
||||||
padding-right: 11px;
|
|
||||||
padding-top: 7px;
|
|
||||||
padding-bottom: 7px;
|
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
margin-left: -3px;
|
margin-left: -3px;
|
||||||
background: #77ABB8;
|
background: #77ABB8;
|
||||||
@include box-shadow(0 0 5px rgba(0, 0, 0, 0.25));
|
@include box-shadow(0 0 5px rgba(0, 0, 0, 0.2));
|
||||||
|
|
||||||
&:focus {
|
&:hover {
|
||||||
outline: 0;
|
background: #83B3C0;
|
||||||
|
}
|
||||||
|
&:focus {
|
||||||
|
outline: 0;
|
||||||
|
background: #4F727B;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue