add Neumorphism UI experimental code
This commit is contained in:
parent
08907cf45e
commit
77d53866dd
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue