Bug 30952: Replace "Home" by icon in breadcrumbs
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 29 Jul 2022 08:39:52 +0000 (10:39 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Oct 2022 19:00:54 +0000 (16:00 -0300)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss

index 4e6f3b1..48dfb99 100644 (file)
@@ -1307,6 +1307,26 @@ details[open] {
     }
 }
 
+#breadcrumbs a[href="/cgi-bin/koha/mainpage.pl"] {
+    color: #71b443;
+    visibility: hidden;
+    font-size: 1px;
+    letter-spacing: -1px;
+
+    &::before {
+        content: "\f015";
+        font-family: "FontAwesome";
+        font-style: normal;
+        font-size: 14px;
+        visibility: visible;
+        padding-right: .3em;
+    }
+
+    &:hover {
+        text-decoration: none;
+    }
+}
+
 #header {
     + #breadcrumbs {
         margin-top: 1em;