|
|
@@ -14,9 +14,10 @@ $bgcolor-table-hover: lighten($bgcolor-table, 7.5%) !default;
|
|
|
$bgcolor-sidebar-list-group: $bgcolor-list !default;
|
|
|
$color-tags: #949494 !default;
|
|
|
$bgcolor-tags: $dark !default;
|
|
|
+$border-color-toc: $gray-500 !default;
|
|
|
|
|
|
// override bootstrap variables
|
|
|
-$border-color: $gray-700;
|
|
|
+$border-color: $gray-500;
|
|
|
$table-dark-color: $color-table;
|
|
|
$table-dark-bg: $bgcolor-table;
|
|
|
$table-dark-border-color: $border-color-table;
|
|
|
@@ -254,18 +255,6 @@ ul.pagination {
|
|
|
@include override-list-group-item($color-list, $bgcolor-sidebar-list-group, $color-list-hover, $bgcolor-list-hover, $color-list-active, $bgcolor-list-active);
|
|
|
}
|
|
|
|
|
|
-/*
|
|
|
- * GROWI on-edit
|
|
|
- */
|
|
|
-body.on-edit {
|
|
|
- .grw-editor-navbar-bottom {
|
|
|
- background-color: $bgcolor-global;
|
|
|
- #slack-mark-black {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
/*
|
|
|
* Popover
|
|
|
*/
|
|
|
@@ -282,6 +271,9 @@ body.on-edit {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+/*
|
|
|
+ * Slack
|
|
|
+ */
|
|
|
.grw-slack-notification {
|
|
|
background-color: transparent;
|
|
|
$color-slack: #4b144c;
|
|
|
@@ -306,22 +298,21 @@ body.on-edit {
|
|
|
background-image: url(/images/icons/slack/slack-logo-dark-on.svg);
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
-
|
|
|
-.grw-slack-logo svg {
|
|
|
- fill: #dd80de;
|
|
|
-}
|
|
|
+ .grw-slack-logo svg {
|
|
|
+ fill: #dd80de;
|
|
|
+ }
|
|
|
|
|
|
-.grw-btn-slack {
|
|
|
- background-color: black;
|
|
|
- &:focus,
|
|
|
- &:hover {
|
|
|
+ .grw-btn-slack {
|
|
|
background-color: black;
|
|
|
+ &:focus,
|
|
|
+ &:hover {
|
|
|
+ background-color: black;
|
|
|
+ }
|
|
|
}
|
|
|
-}
|
|
|
|
|
|
-.grw-btn-slack-triangle {
|
|
|
- color: $secondary;
|
|
|
+ .grw-btn-slack-triangle {
|
|
|
+ color: $secondary;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/*
|
|
|
@@ -362,3 +353,27 @@ body.on-edit {
|
|
|
background-color: $bgcolor-tags;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+/*
|
|
|
+* grw-side-contents
|
|
|
+*/
|
|
|
+.grw-side-contents-sticky-container {
|
|
|
+ .grw-border-vr {
|
|
|
+ border-color: $border-color-toc;
|
|
|
+ }
|
|
|
+
|
|
|
+ .revision-toc {
|
|
|
+ border-color: $border-color-toc;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+ * GROWI user page
|
|
|
+ */
|
|
|
+.grw-page-list-m {
|
|
|
+ .grw-page-list-title-m {
|
|
|
+ svg {
|
|
|
+ fill: $color-global;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|