mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 13:24:01 -07:00
Revert "Extend css contrast attributes (#1349)"
This reverts commit 39885911e7
.
This commit is contained in:
parent
727cbc1388
commit
3542c083c5
2 changed files with 1 additions and 3 deletions
|
@ -593,7 +593,6 @@ input.long {
|
||||||
input.button, .buttons input, input.mainoption, input.main, input.liteoption, input.lite {
|
input.button, .buttons input, input.mainoption, input.main, input.liteoption, input.lite {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
border-color: #ABABAB;
|
border-color: #ABABAB;
|
||||||
background-color: #F7F7F7;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"], input[type="radio"] {
|
input[type="checkbox"], input[type="radio"] {
|
||||||
|
@ -689,7 +688,6 @@ input.pOrdSel {
|
||||||
textarea.editor {
|
textarea.editor {
|
||||||
display: block;
|
display: block;
|
||||||
width: 98%;
|
width: 98%;
|
||||||
background-color: #F4F4F4;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fieldsets td {
|
.fieldsets td {
|
||||||
|
|
|
@ -145,7 +145,7 @@
|
||||||
Search input
|
Search input
|
||||||
* ---------------------------------- */
|
* ---------------------------------- */
|
||||||
#search-text {
|
#search-text {
|
||||||
background: #F7F7F7;
|
background: white;
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue