Commit
This commit is contained in:
parent
759a901206
commit
bd257a4573
1 changed files with 11 additions and 11 deletions
|
@ -296,7 +296,7 @@ nav {
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-top: 2px solid #045343;
|
border-top: 2px solid #9c3706;
|
||||||
color: black;
|
color: black;
|
||||||
background: rgba(255, 255, 255, 0.25);
|
background: rgba(255, 255, 255, 0.25);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -304,8 +304,8 @@ nav {
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
// color: #FFF;
|
// color: #FFF;
|
||||||
border-top: 2px solid #045343;
|
border-top: 2px solid #9c3706;
|
||||||
color: #045343;
|
color: #9c3706;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -713,7 +713,7 @@ math {
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat-icon {
|
#chat-icon {
|
||||||
color: $theme_color;
|
color: #045343;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat-icon:hover {
|
#chat-icon:hover {
|
||||||
|
@ -924,37 +924,37 @@ select {
|
||||||
}
|
}
|
||||||
|
|
||||||
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
|
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
|
||||||
color: $theme_color;
|
color: #045343;
|
||||||
opacity: 1; /* Firefox */
|
opacity: 1; /* Firefox */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
||||||
color: $theme_color;
|
color: #045343;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-ms-input-placeholder { /* Microsoft Edge */
|
::-ms-input-placeholder { /* Microsoft Edge */
|
||||||
color: $theme_color;
|
color: #045343;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
input::placeholder{
|
input::placeholder{
|
||||||
color: $theme_color;
|
color: #045343;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-input-placeholder {
|
::-webkit-input-placeholder {
|
||||||
color: $theme_color;
|
color: #045343;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
:-moz-placeholder { /* Firefox 18- */
|
:-moz-placeholder { /* Firefox 18- */
|
||||||
color: $theme_color;
|
color: #045343;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-placeholder { /* Firefox 19+ */
|
::-moz-placeholder { /* Firefox 19+ */
|
||||||
color: $theme_color;
|
color: #045343;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue