Vijayakrishnan hace 4 años
padre
commit
e43c4a6279
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. 8 1
      public/css/style.css

+ 8 - 1
public/css/style.css

@@ -1585,5 +1585,12 @@ th.only-screen, td.only-screen {
 }
 .ticket-popup.stag-popup.stag-popup-md>.container-fluid>.main-row>main>.card {
     border: 0;
-    background: transparent;
+    /*background: transparent;*/
+}
+.ticket-popup .hide-inside-ticket-poppup {
+    display: none !important;
+}
+.ticket-popup .disable-inside-ticket-poppup {
+    pointer-events: none !important;
+    opacity: 0.5;
 }