mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 21:24:27 +02:00
Frio: change modal header border to reflect the current color scheme
This commit is contained in:
parent
0fcef20bb3
commit
b171de3375
2 changed files with 8 additions and 0 deletions
|
@ -113,6 +113,10 @@ main .nav-tabs > li.active > a:hover {
|
||||||
background-color: rgba(238, 238, 238, $contentbg_transp);
|
background-color: rgba(238, 238, 238, $contentbg_transp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#modal-header {
|
||||||
|
border-color: $link_color;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
background-color: $background_color;
|
background-color: $background_color;
|
||||||
}
|
}
|
||||||
|
|
|
@ -112,6 +112,10 @@ main .nav-tabs > li.active > a:hover {
|
||||||
background-color: rgba(238, 238, 238, $contentbg_transp);
|
background-color: rgba(238, 238, 238, $contentbg_transp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#modal-header {
|
||||||
|
border-color: $link_color;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
background-color: $background_color;
|
background-color: $background_color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue