image/w/css/style.css

branch
novnc
changeset 41
7639cfa6aec0
parent 40
71e06f6d80fd
equal deleted inserted replaced
40:71e06f6d80fd 41:7639cfa6aec0
53 border-collapse: collapse; 53 border-collapse: collapse;
54 color: yellow; 54 color: yellow;
55 border-color: yellow; 55 border-color: yellow;
56 } 56 }
57 57
58 #prompt {
59 width: 100%;
60 float: left;
61 text-align: center;
62 }
63
58 .appbutton { 64 .appbutton {
59 width: 60px; 65 width: 60px;
60 height: 36px; 66 height: 36px;
61 border-radius: 4px; 67 border-radius: 4px;
62 background-color: #e7e7e7; color: black; 68 background-color: #e7e7e7; color: black;
65 .okbutton { 71 .okbutton {
66 width: 60px; 72 width: 60px;
67 height: 36px; 73 height: 36px;
68 border-radius: 4px; 74 border-radius: 4px;
69 background-color: #575757; color: white; 75 background-color: #575757; color: white;
76 }
77
78 .promptbutton {
79 width: 80px;
80 height: 40px;
81 border-radius: 4px;
82 background-color: #e7e7e7; color: black;
70 } 83 }
71 84
72 #timer { 85 #timer {
73 color: white; 86 color: white;
74 text-align: center; 87 text-align: center;

mercurial