Fix checkboxes on Chrome.
This commit is contained in:
parent
0a1a385a27
commit
da3fe8e6fd
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
BIN
builds/crx.crx
BIN
builds/crx.crx
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -127,13 +127,6 @@ textarea {
|
||||
border: 1px solid #{theme["Input Border"]};
|
||||
color: #{theme["Inputs"]};
|
||||
}
|
||||
#{
|
||||
if _conf["Tripcode Hider"] then "
|
||||
.persona input.field.tripped:not(:hover):not(:focus) {
|
||||
color: #{theme["Input Background"]} !important;
|
||||
text-shadow: none !important;
|
||||
}" else ""
|
||||
}
|
||||
#dump:hover,
|
||||
#qr-filename-container:hover,
|
||||
#qr-filename-container:hover,
|
||||
@ -301,23 +294,14 @@ input[type=checkbox]:checked + .rice {
|
||||
input[type=checkbox]:checked + .rice::after {
|
||||
content: "";
|
||||
display: block;
|
||||
width: 5px;
|
||||
height: 12px;
|
||||
border-radius: 1px;
|
||||
border: solid rgb(50, 50, 50);
|
||||
width: 4px;
|
||||
height: 10px;
|
||||
border: solid #{theme["Inputs"]};
|
||||
border-width: 0 3px 3px 0;
|
||||
#{agent}transform: rotate(45deg);
|
||||
position: absolute;
|
||||
left: 2px;
|
||||
bottom: -1px;
|
||||
#{unless Style.lightTheme then "
|
||||
filter: url(\"
|
||||
data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><filter id='filters' color-interpolation-filters='sRGB'><feColorMatrix values='
|
||||
-1 0 0 0 1
|
||||
0 -1 0 0 1
|
||||
0 0 -1 0 1
|
||||
0 0 0 1 0' /></filter></svg>#filters
|
||||
\");" else ""}
|
||||
}
|
||||
#addReply,
|
||||
#dump,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user