diff --git a/source/clog-gui.lisp b/source/clog-gui.lisp index a4956cf..8c059f5 100644 --- a/source/clog-gui.lisp +++ b/source/clog-gui.lisp @@ -680,6 +680,8 @@ The on-window-change clog-obj received is the new window")) keep-on-top hidden client-movement + border-class + title-class html-id) (:documentation "Create a clog-gui-window. If client-movement is t then use jquery-ui to move/resize and will not work on mobile. When client-movement @@ -701,6 +703,8 @@ the window will be set to keep-on-top always.")) (keep-on-top nil) (hidden nil) (client-movement nil) + (border-class "w3-card-4 w3-white w3-border") + (title-class "w3-black") (html-id nil)) (let ((app (connection-data-item obj "clog-gui"))) (unless html-id @@ -725,8 +729,8 @@ the window will be set to keep-on-top always.")) (format nil "