Integrated customDocBtn better with css into the menu

This commit is contained in:
Verena Schulz
2026-01-17 00:11:37 +01:00
parent c2e6c4a186
commit 8076fe92f5
2 changed files with 9 additions and 3 deletions
-1
View File
@@ -29,7 +29,6 @@
<h1 id="h1">Video to document</h1> <h1 id="h1">Video to document</h1>
<div class="gui-language"> <div class="gui-language">
<!-- to do: Ausprobieren mit li, a oder button, im Notfall ohne Flaggen Icons, kein hover-->
<select name="language_option" id="language_option"></select> <select name="language_option" id="language_option"></select>
</div> </div>
+9 -2
View File
@@ -547,7 +547,14 @@ li {
-webkit-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
} }
.menu1 a:first-child { #customDocBtn {
border: none;
background-color:#1C3B69;
font: 700 20px 'Oswald', sans-serif;
border-radius: 0%;
}
.menu1 button:first-child {
margin-top: 30px; margin-top: 30px;
} }
@@ -564,7 +571,7 @@ li {
text-decoration: none; text-decoration: none;
} }
.li1:hover { .li1:hover, #customDocBtn:hover{
background-color: #FFF; background-color: #FFF;
color: rgb(61, 61, 61); color: rgb(61, 61, 61);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);