Ticket-Button: weiße Schrift, richtiges Verhalten bei Hover

This commit is contained in:
Christoph Schindlbeck 2022-04-24 22:29:54 +02:00
parent e46324ece8
commit cba7cbb1bd
2 changed files with 8 additions and 18 deletions

View File

@ -128,19 +128,18 @@ a:active {
border: 1px solid #fff;
}
.btn-tickets {
.navigation .menu .btn-tickets {
background-color: #6700f4;
border-radius: 0px;
color: #fff;
font-size: 18px;
padding: 10px 10px;
margin-top: -4px;
}
.btn-tickets:hover,
.btn-tickets:focus {
.navigation .menu .btn-tickets:hover,
.navigation .menu .btn-tickets:focus {
background-color: #fff;
color: #555;
color: #666;
border: 1px solid #fff;
}
@ -413,10 +412,6 @@ a:active {
color: #666;
}
.navigation.animated .menu a {
color: #666;
}
.menu li a {
color: #fff;
font-size: 16px;

View File

@ -128,19 +128,18 @@ a:active {
border: 1px solid #fff;
}
.btn-tickets {
.navigation .menu .btn-tickets {
background-color: #6700f4;
border-radius: 0px;
color: #fff;
font-size: 18px;
padding: 10px 10px;
margin-top: -4px;
}
.btn-tickets:hover,
.btn-tickets:focus {
.navigation .menu .btn-tickets:hover,
.navigation .menu .btn-tickets:focus {
background-color: #fff;
color: #555;
color: #666;
border: 1px solid #fff;
}
@ -413,10 +412,6 @@ a:active {
color: #666;
}
.navigation.animated .menu a {
color: #666;
}
.menu li a {
color: #fff;
font-size: 16px;