mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Add icon select effect (#1085)
borrowed from Windows 93 https://www.windows93.net/
This commit is contained in:
parent
6e38e2ed34
commit
880787f569
1 changed files with 8 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ body {
|
|||
font-size: 15px;
|
||||
}
|
||||
|
||||
::selection{
|
||||
background: none;
|
||||
}
|
||||
|
||||
#browser-compatibility {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
|
@ -176,3 +180,7 @@ body {
|
|||
background-color: #000080;
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.desktop-icon.selected img {
|
||||
filter: brightness(0.35) sepia(100%) hue-rotate(148deg) saturate(10);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue