mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
Fix - Change color Contrast in cookie settings box
This commit is contained in:

committed by
Tim Donohue

parent
bf5e9b9d49
commit
20f31cbee7
@@ -146,4 +146,7 @@
|
|||||||
--ds-process-overview-table-user-column-width: 200px;
|
--ds-process-overview-table-user-column-width: 200px;
|
||||||
--ds-process-overview-table-info-column-width: 250px;
|
--ds-process-overview-table-info-column-width: 250px;
|
||||||
--ds-process-overview-table-actions-column-width: 80px;
|
--ds-process-overview-table-actions-column-width: 80px;
|
||||||
|
|
||||||
|
--green1: #1FB300; // This variable represents the success color for the Klaro cookie banner
|
||||||
|
--button-text-color-cookie: #333; // This variable represents the text color for buttons in the Klaro cookie banner
|
||||||
}
|
}
|
||||||
|
@@ -37,6 +37,25 @@ body {
|
|||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.klaro
|
||||||
|
.cookie-notice {
|
||||||
|
.cn-buttons {
|
||||||
|
.cm-btn.cm-btn-success {
|
||||||
|
color: var(--button-text-color-cookie);
|
||||||
|
background-color: var(--green1);
|
||||||
|
}
|
||||||
|
.cm-btn.cm-btn-success.cm-btn-accept-all {
|
||||||
|
color: var(--button-text-color-cookie);
|
||||||
|
background-color: var(--green1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a
|
||||||
|
{
|
||||||
|
color: var(--green1);
|
||||||
|
}
|
||||||
|
|
||||||
.media-viewer
|
.media-viewer
|
||||||
.change-gallery
|
.change-gallery
|
||||||
.ngx-gallery
|
.ngx-gallery
|
||||||
|
Reference in New Issue
Block a user