mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +00:00
border styles removed for popups in controlbar
This commit is contained in:
parent
a154d9ef20
commit
be85fa7f9c
1 changed files with 5 additions and 10 deletions
|
|
@ -22,7 +22,11 @@
|
||||||
.button {
|
.button {
|
||||||
height: @buttons-bar-height;
|
height: @buttons-bar-height;
|
||||||
width: @buttons-bar-height;
|
width: @buttons-bar-height;
|
||||||
border-width: 0 1px 1px 1px;
|
|
||||||
|
.icon {
|
||||||
|
width: floor((@buttons-bar-height * 0.6));
|
||||||
|
height: floor((@buttons-bar-height * 0.6));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-label {
|
.time-label {
|
||||||
|
|
@ -38,8 +42,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-container {
|
.popup-container {
|
||||||
border-width: 1px 1px 0px 1px;
|
|
||||||
|
|
||||||
&.volume-popup-container {
|
&.volume-popup-container {
|
||||||
padding: ceil((@buttons-bar-height * 0.4)) 0;
|
padding: ceil((@buttons-bar-height * 0.4)) 0;
|
||||||
width: @buttons-bar-height;
|
width: @buttons-bar-height;
|
||||||
|
|
@ -84,18 +86,13 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-style: solid;
|
|
||||||
border-color: @colortransparent;
|
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
width: 60%;
|
|
||||||
height: 60%;
|
|
||||||
fill: @colorwhite80;
|
fill: @colorwhite80;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background-color: @colorbgmain;
|
background-color: @colorbgmain;
|
||||||
border-color: @colorprimlight;
|
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
fill: @colorwhite;
|
fill: @colorwhite;
|
||||||
|
|
@ -129,6 +126,4 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: @colorbgmain;
|
background-color: @colorbgmain;
|
||||||
border-style: solid;
|
|
||||||
border-color: @colorprimlight;
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue