Änderungen von Dokument FORMCYCLE Hilfe
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
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; ... ... @@ -911,6 +911,10 @@ 911 911 border-radius: 15px; 912 912 cursor: pointer; 913 913 } 915 + .dialog-buttons DIV:hover { 916 + opacity: 0.8; 917 + cursor: pointer; 918 + } 914 914 915 915 .continue-button { 916 916 background-color: #617496;