mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
fix: 🐛 *arr: Pageheader color fix
This commit is contained in:
parent
19754d7d32
commit
5f4dea652b
@ -203,6 +203,7 @@ a:hover {
|
||||
|
||||
[class*="PageHeader-header-"] {
|
||||
background-color: rgba(0, 0, 0, .35);
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
/* SEARCH DROPDOWN HEADER */
|
||||
|
@ -10,6 +10,8 @@
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
@import url("/css/defaults/placeholders.css");
|
||||
|
||||
body {
|
||||
background: var(--main-bg-color);
|
||||
background-repeat: repeat, no-repeat;
|
||||
@ -200,6 +202,7 @@ a:hover {
|
||||
[class*="PageHeader-header-"] {
|
||||
background-color: rgba(0, 0, 0, .35);
|
||||
box-shadow: none;
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
/* SEARCH DROPDOWN HEADER */
|
||||
@ -738,42 +741,6 @@ a:hover {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
/* MOVE THIS */
|
||||
input::-webkit-input-placeholder {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
input:focus::-webkit-input-placeholder {
|
||||
color: var(--text-hover);
|
||||
}
|
||||
|
||||
/* Firefox < 19 */
|
||||
input:-moz-placeholder {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
input:focus:-moz-placeholder {
|
||||
color: var(--text-hover);
|
||||
}
|
||||
|
||||
/* Firefox > 19 */
|
||||
input::-moz-placeholder {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
input:focus::-moz-placeholder {
|
||||
color: var(--text-hover);
|
||||
}
|
||||
|
||||
/* Internet Explorer 10 */
|
||||
input:-ms-input-placeholder {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
input:focus:-ms-input-placeholder {
|
||||
color: var(--text-hover);
|
||||
}
|
||||
|
||||
/* IMPORT */
|
||||
|
||||
[class*="FieldSet-legend-"] {
|
||||
|
@ -202,6 +202,7 @@ a:hover {
|
||||
|
||||
[class*="PageHeader-header-"] {
|
||||
background-color: rgba(0, 0, 0, .35);
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
/* SEARCH DROPDOWN HEADER */
|
||||
|
@ -202,6 +202,7 @@ a:hover {
|
||||
|
||||
[class*="PageHeader-header-"] {
|
||||
background-color: rgba(0, 0, 0, .35);
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
/* SEARCH DROPDOWN HEADER */
|
||||
|
@ -212,6 +212,7 @@ a:hover {
|
||||
|
||||
[class*="PageHeader-header-"] {
|
||||
background-color: rgba(0, 0, 0, .35);
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
/* SEARCH DROPDOWN HEADER */
|
||||
|
@ -202,6 +202,7 @@ a:hover {
|
||||
|
||||
[class*="PageHeader-header-"] {
|
||||
background-color: rgba(0, 0, 0, .35);
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
/* SEARCH DROPDOWN HEADER */
|
||||
|
Loading…
Reference in New Issue
Block a user