mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-23 09:14:28 +08:00
24 lines
341 B
CSS
Executable File
24 lines
341 B
CSS
Executable File
.aura-header-icon {
|
|
float: right;
|
|
height: 40px;
|
|
-webkit-app-region: no-drag;
|
|
position: relative;
|
|
|
|
transition: opacity 0.25s;
|
|
}
|
|
|
|
.aura-header-icon:hover {
|
|
opacity: 0.75;
|
|
}
|
|
|
|
.aura-header-icon:active {
|
|
opacity: 0.375;
|
|
}
|
|
|
|
.aura-header-icon img {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin: 10px 0 8px 8px;
|
|
vertical-align: middle;
|
|
}
|