mirror of
https://github.com/friendica/friendica
synced 2025-02-05 19:38:52 +00:00
fixed button readabilid in media browser for dark appereance in frio theme
This commit is contained in:
parent
ee25c69cd7
commit
8c8067c624
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue