Let the user's agent figure out selection colors.

This commit is contained in:
Zixaphir 2013-04-09 13:07:14 -07:00
parent 63e0d44af2
commit 45b38c0e6c
3 changed files with 8 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -1414,6 +1414,9 @@ a:only-of-type > .remove {
.section-style fieldset {
text-align: left;
}
.section-keybinds table {
margin: auto;
}
#appchanx-settings ul {
padding: 0;
#{if _conf["Rounded Edges"] then "border-radius: 3px;" else ""}
@ -1471,6 +1474,9 @@ article li {
display: inline-block;
vertical-align: bottom;
}
.option input {
width: 100%;
}
.optionlabel {
padding-left: 18px;
}

View File

@ -20,10 +20,6 @@
.filter_highlight > .reply {
box-shadow: -5px 0 #{theme["Backlinked Reply Outline"]};
}
::#{agent}selection {
background: #{theme["Text"]};
color: #{backgroundC};
}
hr {
border-bottom: 1px solid #{theme["Reply Border"]};
}