mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-07 08:53:57 +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;
|
--primary: #9AD1ED;
|
||||||
--emphasis-primary: #c5e2f1;
|
--emphasis-primary: #c5e2f1;
|
||||||
--emphasis-secondary: #466372;
|
--emphasis-secondary: #466372;
|
||||||
--light: #757678;
|
--light: #707173;
|
||||||
--super-light: #fafafa;
|
--super-light: #fafafa;
|
||||||
--error: #f26d6d;
|
--error: #f26d6d;
|
||||||
--success: #63d9b1;
|
--success: #63d9b1;
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,9 @@
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
backdrop-filter: brightness(0.8) blur(10px);
|
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 {
|
.component_dropdown .dropdown_container:before {
|
||||||
content: ' ';
|
content: ' ';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
||||||
|
|
@ -30,5 +30,5 @@
|
||||||
}
|
}
|
||||||
.touch-no .component_pager a svg:hover {
|
.touch-no .component_pager a svg:hover {
|
||||||
opacity: 1;
|
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