mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 16:32:31 +01:00
feature (ux): small design improvements
This commit is contained in:
parent
a5c4af5cbc
commit
1d0eca86c5
3 changed files with 5 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
--primary: #9AD1ED;
|
||||
--emphasis-primary: #c5e2f1;
|
||||
--emphasis-secondary: #466372;
|
||||
--light: #757678;
|
||||
--light: #707173;
|
||||
--super-light: #fafafa;
|
||||
--error: #f26d6d;
|
||||
--success: #63d9b1;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
z-index: 3;
|
||||
backdrop-filter: brightness(0.8) blur(10px);
|
||||
}
|
||||
body:not(.dark-mode) .component_dropdown .dropdown_container {
|
||||
box-shadow: -1px -1px 5px rgba(255, 255, 255, 0.5) inset;
|
||||
}
|
||||
.component_dropdown .dropdown_container:before {
|
||||
content: ' ';
|
||||
position: absolute;
|
||||
|
|
|
|||
|
|
@ -30,5 +30,5 @@
|
|||
}
|
||||
.touch-no .component_pager a svg:hover {
|
||||
opacity: 1;
|
||||
box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.1);
|
||||
box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue