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:
Tobias Diekershoff 2025-01-22 06:22:22 +01:00 committed by GitHub
commit 3080250888
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@
<ul role="menu">
{{foreach $folders as $folder}}
<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>
{{/foreach}}
</ul>