kopia lustrzana https://github.com/friendica/friendica
use class instead of id, to match all occurences
rodzic
b171de3375
commit
c5c8724a04
|
@ -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;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue