diff options
author | Gitea <gitea@fake.local> | 2021-11-10 17:53:13 +0100 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2021-11-10 17:53:13 +0100 |
commit | 7b4af63a90a726b98a59b83e53f040a7a566a11d (patch) | |
tree | b85747947816fe4375e85ab6b822ffabec548c7b /Neutron-trunk/resources/css/admin.css | |
parent | 80f78c2925530e945503ab603e79d1acc53075f4 (diff) | |
download | electrode-7b4af63a90a726b98a59b83e53f040a7a566a11d.tar.gz electrode-7b4af63a90a726b98a59b83e53f040a7a566a11d.tar.bz2 electrode-7b4af63a90a726b98a59b83e53f040a7a566a11d.zip |
Update
Diffstat (limited to 'Neutron-trunk/resources/css/admin.css')
-rw-r--r--[-rwxr-xr-x] | Neutron-trunk/resources/css/admin.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/css/admin.css b/Neutron-trunk/resources/css/admin.css index 4179490..452fc9b 100755..100644 --- a/Neutron-trunk/resources/css/admin.css +++ b/Neutron-trunk/resources/css/admin.css @@ -701,4 +701,25 @@ html { left: 0 !important; right: 0 !important; position: fixed !important; +} + +#logs { + background: #15151573; + border-radius: 2px; + border-color: #00000038; +} + +.mdc-card { + border-color: #e0e0e014; + background-color: rgba(44, 44, 44, .58); +} + +.reset-option { + border-color: #00000038; + border-radius: 5px; + background: #0000004a; +} + +.reset-option:hover { + background: rgba(0, 0, 0, 0.56); }
\ No newline at end of file |