Quellcode durchsuchen

gui: Remove unused hard-coded styles from Recent Changes modal (#9101)

gui: Remove unused hard-coded styles from globalChangesModalView modal

Currently, the globalChangesModalView modal has hardcoded th and td
styles. However, they are not even used in the modal itself, because
Bootstrap overrides them with its own styles for these elements in the
same modal. Yet, when hard-coded like that, these styles can conflict
with other table elements in the GUI. Thus, remove them completely.

Signed-off-by: Tomasz Wilczyński <[email protected]>
tomasz1986 vor 2 Jahren
Ursprung
Commit
caedb19307
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      gui/default/syncthing/device/globalChangesModalView.html

+ 0 - 1
gui/default/syncthing/device/globalChangesModalView.html

@@ -1,4 +1,3 @@
-<style> th, td { padding: 6px; } </style>
 <modal id="globalChanges" status="default" icon="fas fa-info-circle" heading="{{'Recent Changes' | translate}}" large="yes" closeable="yes">
   <div class="modal-body">
     <div class="table-responsive">