add Neumorphism UI experimental code

This commit is contained in:
Xen 2020-06-07 10:15:33 +08:00
parent 08907cf45e
commit 77d53866dd
1 changed files with 8 additions and 0 deletions

View File

@ -190,6 +190,14 @@ input {
background-color: #e0f2f1;
}
/* Neumorphism button UI, need bar background set to: #55b9f3 */
/* #menu-btn,
#refresh-btn,
#clear-btn {
background: linear-gradient(145deg, #4da7db, #5bc6ff) !important;
box-shadow: 9px 9px 19px #489dcf, -9px -9px 19px #62d5ff !important;
} */
#bar-area {
/* width: calc(100% - 1px); */
width: 100%;