diff options
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index 473513bd..88e0b4bc 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -292,6 +292,16 @@ table { .btn-regular-outline { border: 1px solid #004681; } +#btn-logout { + margin-left: 15px; + font-size: 0.8em; +} + +#btn-logout:hover { + opacity: 0.7; + cursor: pointer; +} + .debug-ui { display: none; } |
