Update the CSS style
This commit is contained in:
parent
acb3aaffa0
commit
7c62f33724
1 changed files with 15 additions and 5 deletions
|
@ -17,6 +17,15 @@ body {
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #007000;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
position: relative;
|
position: relative;
|
||||||
position: -webkit-sticky;
|
position: -webkit-sticky;
|
||||||
|
@ -173,6 +182,7 @@ body {
|
||||||
|
|
||||||
.styled-button:hover {
|
.styled-button:hover {
|
||||||
background-color: #007000;
|
background-color: #007000;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.styled-button.styled-button-disabled, .styled-button.styled-button-disabled:hover {
|
.styled-button.styled-button-disabled, .styled-button.styled-button-disabled:hover {
|
||||||
|
@ -199,10 +209,12 @@ body {
|
||||||
|
|
||||||
.footer a {
|
.footer a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer a:hover {
|
.footer a:hover {
|
||||||
color: #00ff00;
|
color: #00ff00;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-contents {
|
.footer-contents {
|
||||||
|
@ -318,10 +330,12 @@ pre {
|
||||||
|
|
||||||
.header-banner a {
|
.header-banner a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-banner a:hover {
|
.header-banner a:hover {
|
||||||
color: #00ff00;
|
color: #00ff00;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
@ -369,11 +383,7 @@ input[type=submit]:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #ffffff;
|
color: #00b000;
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
color: #00ff00;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
|
Loading…
Reference in a new issue