mirror of
https://github.com/friendica/friendica
synced 2025-02-05 22:58:51 +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">
|
<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