mirror of
https://github.com/friendica/friendica
synced 2025-02-08 17:38:51 +00:00
use class instead of id, to match all occurences
This commit is contained in:
parent
b171de3375
commit
c5c8724a04
2 changed files with 2 additions and 4 deletions
|
@ -113,10 +113,9 @@ main .nav-tabs > li.active > a:hover {
|
|||
background-color: rgba(238, 238, 238, $contentbg_transp);
|
||||
}
|
||||
|
||||
#modal-header {
|
||||
.modal-header {
|
||||
border-color: $link_color;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: $background_color;
|
||||
}
|
||||
|
|
|
@ -112,10 +112,9 @@ main .nav-tabs > li.active > a:hover {
|
|||
background-color: rgba(238, 238, 238, $contentbg_transp);
|
||||
}
|
||||
|
||||
#modal-header {
|
||||
.modal-header {
|
||||
border-color: $link_color;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: $background_color;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue