|
@@ -261,6 +261,13 @@
|
|
|
box-shadow: none !important;
|
|
box-shadow: none !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * GROWI PagePathHierarchicalLink
|
|
|
|
|
+ */
|
|
|
|
|
+ .grw-page-path-text-muted-container .grw-page-path-hierarchical-link a {
|
|
|
|
|
+ color: $gray-400;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/*
|
|
/*
|
|
|
* GROWI page list
|
|
* GROWI page list
|
|
|
*/
|
|
*/
|
|
@@ -366,6 +373,16 @@
|
|
|
box-shadow: none !important;
|
|
box-shadow: none !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ // Recent Changes
|
|
|
|
|
+ .grw-recent-changes {
|
|
|
|
|
+ .list-group {
|
|
|
|
|
+ .list-group-item {
|
|
|
|
|
+ .grw-former-link-container a {
|
|
|
|
|
+ color: $gray-400;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
.private-legacy-pages-link {
|
|
.private-legacy-pages-link {
|
|
|
&:hover {
|
|
&:hover {
|
|
|
background: var(--bgcolor-list-hover);
|
|
background: var(--bgcolor-list-hover);
|