diff options
Diffstat (limited to 'http/style.css')
-rw-r--r-- | http/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/http/style.css b/http/style.css index f226e5b..44394de 100644 --- a/http/style.css +++ b/http/style.css @@ -9,5 +9,7 @@ td.t {padding: 1px; border: 1px solid #008000; text-align: center; font-size: 10 td.s {padding: 1px; border: 1px solid #A0A0A0; text-align: center; font-size: 10pt; white-space: nowrap; color: #A0A0A0} td.p {padding: 1px; font-size: 10pt} hr {color: #0000A0} +#loader {font-family: Arial;width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(255, 255, 255, 0.7); display: none; text-align: center; font-size: 64px;} +#pkltablebox, #sqlbuttons {display:none} /* Copyright */ .copyright {padding: 0px; color: #555555; font-size: 8pt; font-family: Arial; text-align: center; border: 1px dotted #004000} |