diff options
| author | Qube <qchinious@gmail.com> | 2018-07-20 20:57:37 +0700 |
|---|---|---|
| committer | Qube <qchinious@gmail.com> | 2018-07-20 20:57:37 +0700 |
| commit | 1e55e05fc9ca04437abf7823e3ab50c131529bf0 (patch) | |
| tree | 469a04ac6888115bb9e7c37ede138ff8479144ff /webAO/client.css | |
| parent | f2a436227ec386ec2497b980d738631f9f5b6a70 (diff) | |
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.
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 11 |
1 files changed, 11 insertions, 0 deletions
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; } |
