image/w/css/style.css

branch
novnc
changeset 41
7639cfa6aec0
parent 40
71e06f6d80fd
--- a/image/w/css/style.css	Sat May 04 11:41:16 2019 +0200
+++ b/image/w/css/style.css	Sat May 04 21:18:51 2019 +0200
@@ -55,6 +55,12 @@
     border-color: yellow;
 }
 
+#prompt {
+    width: 100%;
+    float: left;
+    text-align: center;
+}
+
 .appbutton {
     width: 60px;
     height: 36px;
@@ -69,6 +75,13 @@
     background-color: #575757; color: white;
 }
 
+.promptbutton {
+    width: 80px;
+    height: 40px;
+    border-radius: 4px;
+    background-color: #e7e7e7; color: black;
+}
+
 #timer {
     color: white;
     text-align: center;

mercurial