generated from Skynet/deploy_user
This commit is contained in:
parent
aff9afd08d
commit
62204abc58
1 changed files with 3 additions and 3 deletions
|
@ -54,12 +54,12 @@ p2{
|
||||||
|
|
||||||
/* Change background color of buttons on hover */
|
/* Change background color of buttons on hover */
|
||||||
.tab button:hover {
|
.tab button:hover {
|
||||||
background-color: #ffffff;
|
background-color: #063234;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Create an active/current tablink class */
|
/* Create an active/current tablink class */
|
||||||
.tab button.active {
|
.tab button.active {
|
||||||
background-color: #00008b;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style the tab content */
|
/* Style the tab content */
|
||||||
|
@ -72,7 +72,7 @@ p2{
|
||||||
|
|
||||||
|
|
||||||
.accordion {
|
.accordion {
|
||||||
background-color: #00008b;
|
background-color: #0aabe696;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 18px;
|
padding: 18px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue