Update index_template.html

This commit is contained in:
Waldek 2020-08-17 07:12:03 +02:00 committed by GitHub
parent d6569c960d
commit 808dc7601f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -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)" />