diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-21 18:03:33 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-21 18:03:33 +0100 |
| commit | 0b51b2e02645316ac2bd9de85f868710cab681a1 (patch) | |
| tree | cac251b01150930f94a3a207febdcdb401bf2f49 /ishtar_common/templates/blocks/DataTables-external-sources.html | |
| parent | df1d3cb3ce342f7c227566922a509367a58886c8 (diff) | |
| download | Ishtar-0b51b2e02645316ac2bd9de85f868710cab681a1.tar.bz2 Ishtar-0b51b2e02645316ac2bd9de85f868710cab681a1.zip | |
Syndication: better colors for external sources
Diffstat (limited to 'ishtar_common/templates/blocks/DataTables-external-sources.html')
| -rw-r--r-- | ishtar_common/templates/blocks/DataTables-external-sources.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/blocks/DataTables-external-sources.html b/ishtar_common/templates/blocks/DataTables-external-sources.html index 00cc7cf2c..c72918d84 100644 --- a/ishtar_common/templates/blocks/DataTables-external-sources.html +++ b/ishtar_common/templates/blocks/DataTables-external-sources.html @@ -1,8 +1,8 @@ {% load i18n %} <div class="d-flex justify-content-center"> - <div class="btn-group btn-group-toggle" data-toggle="buttons"> - <label id="source_button_default" class="btn btn-secondary active"> + <div class="external-sources btn-group btn-group-toggle" data-toggle="buttons"> + <label id="source_button_default" class="btn btn-success"> <input type="radio" name="_sources" autocomplete="off" checked> {% trans "Local" %} <span class="badge badge-light" id="source_badge_default">-</span> </label> |
