mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-12 01:50:49 +01:00
Change button color, remove extra colors
This commit is contained in:
parent
a4c6606334
commit
c8c96863b9
@ -25,7 +25,6 @@
|
|||||||
|
|
||||||
.subsection {
|
.subsection {
|
||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
background-color: #a2a2a2;
|
|
||||||
margin: unset;
|
margin: unset;
|
||||||
/* I don't understand anything */
|
/* I don't understand anything */
|
||||||
margin-right: -15px;
|
margin-right: -15px;
|
||||||
@ -53,7 +52,6 @@
|
|||||||
|
|
||||||
label.gameicon {
|
label.gameicon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: #fffcf0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input.sectionToggle,
|
input.sectionToggle,
|
||||||
@ -95,14 +93,9 @@ input:checked.sectionToggle + div {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error {
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
.success {
|
.success {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
color: #40a02b;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.success.hidden {
|
.success.hidden {
|
||||||
@ -110,7 +103,6 @@ input:checked.sectionToggle + div {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.patchContainer {
|
.patchContainer {
|
||||||
background-color: white;
|
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
max-width: 650px;
|
max-width: 650px;
|
||||||
margin: 0 auto 2em;
|
margin: 0 auto 2em;
|
||||||
@ -162,13 +154,8 @@ input:checked.sectionToggle + div {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.danger {
|
|
||||||
background: #fe640b !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.danger:before {
|
.danger:before {
|
||||||
content: "!!";
|
content: "!!";
|
||||||
background: #fe640b;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -197,10 +184,6 @@ h5 {
|
|||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
color: #1e66f5;
|
|
||||||
}
|
|
||||||
|
|
||||||
button,
|
button,
|
||||||
.fileLabel > strong {
|
.fileLabel > strong {
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
@ -212,10 +195,8 @@ button,
|
|||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 0.04em;
|
letter-spacing: 0.04em;
|
||||||
color: rgba(0, 0, 0, 0.73);
|
|
||||||
transition-property: box-shadow, background;
|
transition-property: box-shadow, background;
|
||||||
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), 0px 0px 2px rgba(0, 0, 0, 0.125);
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), 0px 0px 2px rgba(0, 0, 0, 0.125);
|
||||||
color: white;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -360,7 +341,7 @@ input[type="checkbox"]:checked ~ ul > li.patch-off {
|
|||||||
color: #cad3f5;
|
color: #cad3f5;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #8aadf4;
|
color: #c6a0f6;
|
||||||
}
|
}
|
||||||
.gameicon,
|
.gameicon,
|
||||||
.patchContainer {
|
.patchContainer {
|
||||||
@ -372,7 +353,8 @@ input[type="checkbox"]:checked ~ ul > li.patch-off {
|
|||||||
.subsection {
|
.subsection {
|
||||||
background-color: #363a4f;
|
background-color: #363a4f;
|
||||||
}
|
}
|
||||||
.matchPercent {
|
.matchPercent,
|
||||||
|
.error {
|
||||||
color: #ed8796;
|
color: #ed8796;
|
||||||
}
|
}
|
||||||
.matchSuccess {
|
.matchSuccess {
|
||||||
@ -384,7 +366,7 @@ input[type="checkbox"]:checked ~ ul > li.patch-off {
|
|||||||
}
|
}
|
||||||
button,
|
button,
|
||||||
.fileLabel > strong {
|
.fileLabel > strong {
|
||||||
background-color: #8bd5ca;
|
background-color: #c6a0f6;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
button:disabled {
|
button:disabled {
|
||||||
@ -397,7 +379,7 @@ input[type="checkbox"]:checked ~ ul > li.patch-off {
|
|||||||
}
|
}
|
||||||
.danger,
|
.danger,
|
||||||
.danger:before {
|
.danger:before {
|
||||||
background-color: #f5a97f;
|
background-color: #f5a97f !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -408,7 +390,7 @@ input[type="checkbox"]:checked ~ ul > li.patch-off {
|
|||||||
color: #4c4f69;
|
color: #4c4f69;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #1e66f5;
|
color: #8839ef;
|
||||||
}
|
}
|
||||||
.gameicon,
|
.gameicon,
|
||||||
.patchContainer {
|
.patchContainer {
|
||||||
@ -420,7 +402,8 @@ input[type="checkbox"]:checked ~ ul > li.patch-off {
|
|||||||
.subsection {
|
.subsection {
|
||||||
background-color: #ccd0da;
|
background-color: #ccd0da;
|
||||||
}
|
}
|
||||||
.matchPercent {
|
.matchPercent,
|
||||||
|
.error {
|
||||||
color: #d20f39;
|
color: #d20f39;
|
||||||
}
|
}
|
||||||
.matchSuccess {
|
.matchSuccess {
|
||||||
@ -432,7 +415,7 @@ input[type="checkbox"]:checked ~ ul > li.patch-off {
|
|||||||
}
|
}
|
||||||
button,
|
button,
|
||||||
.fileLabel > strong {
|
.fileLabel > strong {
|
||||||
background-color: #179299;
|
background-color: #8839ef;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
button:disabled {
|
button:disabled {
|
||||||
|
Loading…
Reference in New Issue
Block a user