Änderungen von Dokument FORMCYCLE Hilfe


Von Version 13.11
bearbeitet von gru
am 08.09.2025, 13:02
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 13.16
bearbeitet von gru
am 08.09.2025, 13:13
Ä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;
... ... @@ -883,6 +883,7 @@
883 883   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
884 884   text-align: center;
885 885   font-family: "Corporate S W01","HelveticaNeue","Helvetica Neue","HelveticaNeueRoman","HelveticaNeue-Roman","Helvetica Neue Roman",'TeXGyreHerosRegular',"Helvetica","Tahoma","Geneva","Arial",sans-serif !important;
887 + font-weight: 400;
886 886   }
887 887  
888 888   #dialogv8 h2, #dialogv8 label {
... ... @@ -889,6 +889,7 @@
889 889   margin-top: 0;
890 890   font-size: 15px;
891 891   font-family: "Corporate S W01","HelveticaNeue","Helvetica Neue","HelveticaNeueRoman","HelveticaNeue-Roman","Helvetica Neue Roman",'TeXGyreHerosRegular',"Helvetica","Tahoma","Geneva","Arial",sans-serif !important;
894 + font-weight: 400;
892 892   border-bottom: none;
893 893   }
894 894  
... ... @@ -902,7 +902,7 @@
902 902   border-top: 1px solid black;
903 903   }
904 904  
905 - .dialog-buttons button {
908 + .dialog-buttons DIV {
906 906   padding: 10px 20px;
907 907   font-size: 15px;
908 908   border: none;
... ... @@ -909,6 +909,10 @@
909 909   border-radius: 15px;
910 910   cursor: pointer;
911 911   }
915 + .dialog-buttons DIV:hover {
916 + opacity: 0.8;
917 + cursor: pointer;
918 + }
912 912  
913 913   .continue-button {
914 914   background-color: #617496;
... ... @@ -931,7 +931,7 @@
931 931   flex-direction: column;
932 932   }
933 933  
934 - .dialogv8-buttons button {
941 + .dialogv8-buttons DIV {
935 935   width: 100%;
936 936   }
937 937   }
... ... @@ -945,8 +945,8 @@
945 945   <label for="dialogv8cb" style="margin-top: 3px;">Diese Entscheidung merken</label><br>
946 946   </div>
947 947   <div class="dialogv8-buttons">
948 - <button class="continue-button" id="continueBtn">Zur V8 Hilfe wechseln</button>
949 - <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>
950 950   </div>
951 951   </div>
952 952  </div>