1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2026-06-26 13:19:54 -04:00
Files
pathduck.github.io/vivaldi/Mods/CSS/speed-dials.css
2023-02-16 15:24:16 +01:00

45 lines
1001 B
CSS
Executable File

/* Speed Dials Mods */
.SpeedDialView-Head, .SpeedDialView-Head:empty {
margin: 1em auto;
}
/* Settings button focus outline */
.SpeedDialView-Settings-Button:focus {
outline: 2px solid var(--colorHighlightBg);
}
/* Speed Dials search field position (if shown) */
.sdwrapper .iconmenu-container.SearchField {
background: var(--colorBgAlphaHeavy);
}
/* Speed Dials look */
.speeddial .dial {
opacity: 0.8 !important;
transition: opacity 0.2s linear;
background-color: var(--colorBgAlphaHeavy);
}
/* Speed Dials opaque when hovering */
.speeddial .dial:hover, .speeddial .dial:focus {
opacity: 1 !important;
}
/* Speed Dials thumbnail */
.speeddial .dial .thumbnail-image {
padding: 1em;
/* background: rgba(25,25,25,0.4); */
}
/* Speed Dials thumbnail fit container */
.speeddial .dial .thumbnail-image img {
object-fit: contain;
object-position: center;
}
/* Speed Dial background image fit */
/*.startpage {
background-size: 100% 100% !important;
transition: none !important;
}*/