|
|
@ -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-"] { |
|
|
|