Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbinsky <timo@binsky.org>2021-08-17 14:47:33 +0300
committerbinsky <timo@binsky.org>2021-08-17 18:06:47 +0300
commitf739a8e5a50b8b75566f5e7fae1694d514ed478e (patch)
tree5384072495860fac1eb30d645b5b81a9857747af /css/app.css
parent96a0687c8aea6a1dfd2159344b2686bca0b393b3 (diff)
unify menu button hover design
Signed-off-by: binsky <timo@binsky.org>
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css18
1 files changed, 15 insertions, 3 deletions
diff --git a/css/app.css b/css/app.css
index f1fa87fa..d53b8fa8 100644
--- a/css/app.css
+++ b/css/app.css
@@ -1064,7 +1064,6 @@
width: inherit !important;
border-right: 1px solid #eee; }
.nav-trashbin a {
- background-color: #fff !important;
opacity: 1 !important;
z-index: 140; }
.nav-trashbin a.active {
@@ -1072,8 +1071,21 @@
.nav-trashbin a .fa {
margin-right: 15px; }
-#app-navigation .collapsible:hover .app-navigation-entry-bullet {
- background: var(--color-primary) !important; }
+#app-navigation {
+ /* Custom bullet icon */ }
+ #app-navigation .collapsible:hover .app-navigation-entry-bullet {
+ background: var(--color-primary) !important; }
+ #app-navigation .app-navigation-entry-bullet-with-hover {
+ position: absolute;
+ display: block;
+ margin: 16px;
+ width: 12px;
+ height: 12px;
+ border: none;
+ border-radius: 50%;
+ cursor: pointer;
+ transition: background 100ms ease-in-out;
+ z-index: 101; }
#app-navigation a .selected {
opacity: 1 !important;