Änderungen von Dokument FORMCYCLE Hilfe


Von Version 13.12
bearbeitet von gru
am 08.09.2025, 13:04
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 13.17
bearbeitet von gru
am 08.09.2025, 13:14
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -875,6 +875,7 @@
875 875  
876 876   /* Dialog box */
877 877   #dialogv8 {
878 + user-select: none;
878 878   background-color: white;
879 879   padding: 20px;
880 880   border-radius: 25px;
... ... @@ -904,7 +904,7 @@
904 904   border-top: 1px solid black;
905 905   }
906 906  
907 - .dialog-buttons button {
908 + .dialogv8-buttons DIV {
908 908   padding: 10px 20px;
909 909   font-size: 15px;
910 910   border: none;
... ... @@ -911,6 +911,10 @@
911 911   border-radius: 15px;
912 912   cursor: pointer;
913 913   }
915 + .dialogv8-buttons DIV:hover {
916 + opacity: 0.8;
917 + cursor: pointer;
918 + }
914 914  
915 915   .continue-button {
916 916   background-color: #617496;
... ... @@ -933,7 +933,7 @@
933 933   flex-direction: column;
934 934   }
935 935  
936 - .dialogv8-buttons button {
941 + .dialogv8-buttons DIV {
937 937   width: 100%;
938 938   }
939 939   }
... ... @@ -947,8 +947,8 @@
947 947   <label for="dialogv8cb" style="margin-top: 3px;">Diese Entscheidung merken</label><br>
948 948   </div>
949 949   <div class="dialogv8-buttons">
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>
955 + <div class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</div>
956 + <div class="abort-button" id="abortBtn">In der V7 Hilfe bleiben</div>
952 952   </div>
953 953   </div>
954 954  </div>