mirror of
https://github.com/transmission/transmission
synced 2025-03-17 17:25:32 +00:00
parent
7f1a8bafe3
commit
d0ab112622
1 changed files with 3 additions and 1 deletions
|
@ -980,6 +980,7 @@ $video-image: '../img/film.svg';
|
||||||
border: 0;
|
border: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
|
-webkit-mask: url($image-magnet) no-repeat center / 14px;
|
||||||
mask: url($image-magnet) no-repeat center / 14px;
|
mask: url($image-magnet) no-repeat center / 14px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
|
@ -1134,6 +1135,7 @@ $video-image: '../img/film.svg';
|
||||||
.encryption {
|
.encryption {
|
||||||
&[data-encrypted='true'] {
|
&[data-encrypted='true'] {
|
||||||
background-color: var(--color-border-selected);
|
background-color: var(--color-border-selected);
|
||||||
|
-webkit-mask: url($image-lock-fill) no-repeat center / 14px;
|
||||||
mask: url($image-lock-fill) no-repeat center / 14px;
|
mask: url($image-lock-fill) no-repeat center / 14px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
}
|
}
|
||||||
|
@ -1272,7 +1274,7 @@ $video-image: '../img/film.svg';
|
||||||
0 9px 28px 8px #0000000d;
|
0 9px 28px 8px #0000000d;
|
||||||
color: var(--color-fg-on-popup);
|
color: var(--color-fg-on-popup);
|
||||||
min-width: 220px;
|
min-width: 220px;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Add table
Reference in a new issue