mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-21 23:45:17 -05:00
Update index_template.html
This commit is contained in:
parent
d6569c960d
commit
808dc7601f
@ -142,6 +142,12 @@ a:active {
|
||||
/* green */
|
||||
.link:hover {background-color: #3e8e41;}
|
||||
|
||||
/* Change the background color of the dropdown button when the dropdown content is shown */
|
||||
/* blue */
|
||||
/* dropdown:hover .dropbtn {background-color: #35bbe3;} */
|
||||
/* green */
|
||||
.dropdown:hover .dropbtn {background-color: #3e8e41;}
|
||||
|
||||
.dropbtn {
|
||||
/* blue */
|
||||
/* background-color: #2A659A; */
|
||||
@ -190,8 +196,6 @@ a:active {
|
||||
/* Show the dropdown menu on hover */
|
||||
.dropdown:hover .dropdown-content {display: block;}
|
||||
|
||||
/* Change the background color of the dropdown button when the dropdown content is shown */
|
||||
.dropdown:hover .dropbtn {background-color: #3e8e41;}
|
||||
table, td, th {border: .5px solid #d0d0d0; padding: 2px; border-collapse: collapse; text-align:center;}
|
||||
</style>
|
||||
<meta name="description" content="Copyright (c) 2016, 2017, 2018, 2019.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2020 (v20200721)" />
|
||||
|
Loading…
Reference in New Issue
Block a user