mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
reducing show-focus transform scale
This commit is contained in:
parent
935cdfceea
commit
36f60d5923
@ -34,7 +34,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emby-button.show-focus:focus {
|
.emby-button.show-focus:focus {
|
||||||
transform: scale(1.4);
|
transform: scale(1.2);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -126,7 +126,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.paper-icon-button-light.show-focus:focus {
|
.paper-icon-button-light.show-focus:focus {
|
||||||
transform: scale(1.6);
|
transform: scale(1.3);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -84,11 +84,11 @@ _:-ms-input-placeholder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mdl-slider:hover::-webkit-slider-thumb {
|
.mdl-slider:hover::-webkit-slider-thumb {
|
||||||
transform: scale(1.6);
|
transform: scale(1.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdl-slider.show-focus:focus::-webkit-slider-thumb {
|
.mdl-slider.show-focus:focus::-webkit-slider-thumb {
|
||||||
transform: scale(1.6);
|
transform: scale(1.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.slider-no-webkit-thumb::-webkit-slider-thumb {
|
.slider-no-webkit-thumb::-webkit-slider-thumb {
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
.emby-tab-button.show-focus:focus {
|
.emby-tab-button.show-focus:focus {
|
||||||
/* these buttons are small so scale larger than usual */
|
/* these buttons are small so scale larger than usual */
|
||||||
transform: scale(1.6) !important;
|
transform: scale(1.3) !important;
|
||||||
background: 0 !important;
|
background: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user