mirror of
https://github.com/friendica/friendica
synced 2025-01-30 22:59:47 +00:00
Merge pull request #14715 from MarekBenjamin/bugfix/photoalbum-button-appeareance
fix photo albums button appeareance for dark appereance in frio theme
This commit is contained in:
commit
3080250888
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
<ul role="menu">
|
<ul role="menu">
|
||||||
{{foreach $folders as $folder}}
|
{{foreach $folders as $folder}}
|
||||||
<li role="presentation">
|
<li role="presentation">
|
||||||
<button type="button" data-folder="{{$folder}}" role="menuitem">{{$folder}}</button>
|
<button class="btn btn-default" type="button" data-folder="{{$folder}}" role="menuitem">{{$folder}}</button>
|
||||||
</li>
|
</li>
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue