mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-25 17:28:47 -05:00
Update index_template.html
This commit is contained in:
parent
53a8538113
commit
d6569c960d
@ -120,6 +120,9 @@ a:active {
|
|||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
|
/* blue */
|
||||||
|
/* background-color: #2A659A;*/
|
||||||
|
/* green */
|
||||||
background-color: #356244;
|
background-color: #356244;
|
||||||
border: none;
|
border: none;
|
||||||
color: white;
|
color: white;
|
||||||
@ -134,9 +137,15 @@ a:active {
|
|||||||
box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
|
box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
.link {background-color: #356244;}
|
.link {background-color: #356244;}
|
||||||
|
/* blue */
|
||||||
|
/* .link:hover {background-color: #35bbe3;} */
|
||||||
|
/* green */
|
||||||
.link:hover {background-color: #3e8e41;}
|
.link:hover {background-color: #3e8e41;}
|
||||||
|
|
||||||
.dropbtn {
|
.dropbtn {
|
||||||
|
/* blue */
|
||||||
|
/* background-color: #2A659A; */
|
||||||
|
/* green */
|
||||||
background-color: #356244;
|
background-color: #356244;
|
||||||
border: none;
|
border: none;
|
||||||
color: white;
|
color: white;
|
||||||
|
Loading…
Reference in New Issue
Block a user