From 1e55e05fc9ca04437abf7823e3ab50c131529bf0 Mon Sep 17 00:00:00 2001 From: Qube Date: Fri, 20 Jul 2018 20:57:37 +0700 Subject: Add witness testinomy, cross examination, call mod function + Fix animation sequence more reliable (using gify API to calculate animation duration) + Resign interface to gain more space. --- webAO/client.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'webAO/client.css') diff --git a/webAO/client.css b/webAO/client.css index d6360e3..60f6645 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -334,6 +334,13 @@ img { height: 20px; } +#client_testimony { + display: block; + position: absolute; + width: 100%; + height: auto; +} + #evi_icon { background-image: url('misc/empty.png'); background-repeat: no-repeat; @@ -447,6 +454,10 @@ img { opacity: 0.25; } +.menu_icon:hover{ + color: #FFD081; +} + .material-icons.em-3 { font-size: 3em; } -- cgit