From 5e2b7d0ff85fa65a2541bd98263600213ee76d20 Mon Sep 17 00:00:00 2001 From: cloud2018 Date: Thu, 1 Nov 2018 12:22:06 +0100 Subject: [PATCH] overlay shared-icon like in app files Signed-off-by: Markus Eckstein eckstein-markus@gmx.de fisex #668 and some blanks to tabs --- css/style.scss | 34 +++++++++++++++++++++++++++++----- templates/part.boardlist.php | 25 +++++++++++++------------ templates/part.navigation.php | 4 ++-- 3 files changed, 44 insertions(+), 19 deletions(-) diff --git a/css/style.scss b/css/style.scss index c8224f230..4d59e8636 100644 --- a/css/style.scss +++ b/css/style.scss @@ -55,10 +55,10 @@ button, border: 0; background-color: transparent; } - &.button-inline:hover { + &.button-inline:hover { border: 0; background-color: transparent; - } + } } input.input-inline { @@ -109,7 +109,7 @@ input.input-inline { #app-navigation { /** menu */ - .board-bullet { + .board-bullet, .board-bullet-shared, .board-bullet-shared-white { position: absolute; margin-left: 17px; margin-top: 16px; @@ -119,6 +119,19 @@ input.input-inline { border-radius: 50%; cursor: pointer; } + + .board-bullet-shared, .board-bullet-shared-white { + background-image: var(--icon-share-000); + background-size: 6px; + background-position: center center; + background-repeat: no-repeat; + opacity: 1; + } + + .board-bullet-shared-white { + background-image: var(--icon-share-fff); + } + .app-navigation-entry-utils-menu-share i { height: 100%; width: 100%; @@ -237,7 +250,7 @@ input.input-inline { display: flex; align-items: center; position: inherit; - padding-left: 44px; + padding-left: 44px; .crumb { order: 0; @@ -1149,7 +1162,7 @@ input.input-inline { padding: 0 10px; border-bottom: 1px solid $color-grey; - .board-bullet { + .board-bullet, .board-bullet-shared, .board-bullet-shared-white { width: 32px; height: 32px; border-radius: 50%; @@ -1157,6 +1170,17 @@ input.input-inline { margin: 6px; } + .board-bullet-shared, .board-bullet-shared-white{ + background-image: var(--icon-share-000); + background-position: center center; + background-repeat: no-repeat; + opacity: 1; + } + + .board-bullet-shared-white { + background-image: var(--icon-share-fff); + } + form { display: flex; width: 100%; diff --git a/templates/part.boardlist.php b/templates/part.boardlist.php index a7901e2d5..f20cab1a4 100644 --- a/templates/part.boardlist.php +++ b/templates/part.boardlist.php @@ -34,7 +34,8 @@ -
+
+
{{ b.title }}
@@ -42,11 +43,11 @@
-
- -
+
+ +
@@ -113,12 +114,12 @@ class="ng-pristine ng-valid" ng-submit="boardCreate()"> -
-
- -
+
+
+ +
diff --git a/templates/part.navigation.php b/templates/part.navigation.php index 41d6feecf..d85a48493 100644 --- a/templates/part.navigation.php +++ b/templates/part.navigation.php @@ -5,8 +5,8 @@
  • t('Shared boards')); ?>
  • - - + + {{ b.title }}