Let the user's agent figure out selection colors.
This commit is contained in:
parent
63e0d44af2
commit
45b38c0e6c
File diff suppressed because one or more lines are too long
@ -1414,6 +1414,9 @@ a:only-of-type > .remove {
|
|||||||
.section-style fieldset {
|
.section-style fieldset {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
.section-keybinds table {
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
#appchanx-settings ul {
|
#appchanx-settings ul {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
#{if _conf["Rounded Edges"] then "border-radius: 3px;" else ""}
|
#{if _conf["Rounded Edges"] then "border-radius: 3px;" else ""}
|
||||||
@ -1471,6 +1474,9 @@ article li {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
.option input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.optionlabel {
|
.optionlabel {
|
||||||
padding-left: 18px;
|
padding-left: 18px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -20,10 +20,6 @@
|
|||||||
.filter_highlight > .reply {
|
.filter_highlight > .reply {
|
||||||
box-shadow: -5px 0 #{theme["Backlinked Reply Outline"]};
|
box-shadow: -5px 0 #{theme["Backlinked Reply Outline"]};
|
||||||
}
|
}
|
||||||
::#{agent}selection {
|
|
||||||
background: #{theme["Text"]};
|
|
||||||
color: #{backgroundC};
|
|
||||||
}
|
|
||||||
hr {
|
hr {
|
||||||
border-bottom: 1px solid #{theme["Reply Border"]};
|
border-bottom: 1px solid #{theme["Reply Border"]};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user