mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-04-21 16:02:11 +02:00
Colour the panel message arrows. Closes #1567
This commit is contained in:
parent
be78216ff3
commit
328608dfff
@ -109,9 +109,13 @@ body.status-page {
|
||||
background-color: {{ $theme_background_fills }};
|
||||
border-color: {{ color_darken($theme_background_fills, -0.1) }};
|
||||
}
|
||||
.panel.panel-message:before {
|
||||
border-left-color: {{ $theme_background_fills }} !important;
|
||||
border-right-color: {{ $theme_background_fills }} !important;
|
||||
}
|
||||
.panel.panel-message:after {
|
||||
border-left-color: {{ $theme_background_fills }};
|
||||
border-right-color: {{ $theme_background_fills }};
|
||||
border-left-color: {{ $theme_background_fills }} !important;
|
||||
border-right-color: {{ $theme_background_fills }} !important;
|
||||
}
|
||||
.footer a {
|
||||
color: {{ $theme_text_color }};
|
||||
|
Loading…
x
Reference in New Issue
Block a user