... |
... |
@@ -875,7 +875,6 @@ |
875 |
875 |
|
876 |
876 |
/* Dialog box */ |
877 |
877 |
#dialogv8 { |
878 |
|
- user-select: none; |
879 |
879 |
background-color: white; |
880 |
880 |
padding: 20px; |
881 |
881 |
border-radius: 25px; |
... |
... |
@@ -905,7 +905,7 @@ |
905 |
905 |
border-top: 1px solid black; |
906 |
906 |
} |
907 |
907 |
|
908 |
|
- .dialog-buttons DIV { |
|
907 |
+ .dialog-buttons button { |
909 |
909 |
padding: 10px 20px; |
910 |
910 |
font-size: 15px; |
911 |
911 |
border: none; |
... |
... |
@@ -934,7 +934,7 @@ |
934 |
934 |
flex-direction: column; |
935 |
935 |
} |
936 |
936 |
|
937 |
|
- .dialogv8-buttons DIV { |
|
936 |
+ .dialogv8-buttons button { |
938 |
938 |
width: 100%; |
939 |
939 |
} |
940 |
940 |
} |
... |
... |
@@ -948,8 +948,8 @@ |
948 |
948 |
<label for="dialogv8cb" style="margin-top: 3px;">Diese Entscheidung merken</label><br> |
949 |
949 |
</div> |
950 |
950 |
<div class="dialogv8-buttons"> |
951 |
|
- <div class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</div> |
952 |
|
- <div class="abort-button" id="abortBtn">In der V7 Hilfe bleiben</div> |
|
950 |
+ <button class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</button> |
|
951 |
+ <button class="abort-button" id="abortBtn">In der V7 Hilfe bleiben</button> |
953 |
953 |
</div> |
954 |
954 |
</div> |
955 |
955 |
</div> |