aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomasz1986 <twilczynski@naver.com>2023-09-12 14:47:31 +0200
committerGitHub <noreply@github.com>2023-09-12 14:47:31 +0200
commitcaedb19307a5337f76a5abdf4c9747ba1a3faa5c (patch)
tree7790c56c36182ba97caa143841a1a5d22c41cf5c
parente860d3b974513956c562d0eb34aef0ea120c6b06 (diff)
downloadsyncthing-caedb19307a5337f76a5abdf4c9747ba1a3faa5c.tar.gz
syncthing-caedb19307a5337f76a5abdf4c9747ba1a3faa5c.zip
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 <twilczynski@naver.com>
-rw-r--r--gui/default/syncthing/device/globalChangesModalView.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/default/syncthing/device/globalChangesModalView.html b/gui/default/syncthing/device/globalChangesModalView.html
index 77799eba1..0ecbadcf7 100644
--- a/gui/default/syncthing/device/globalChangesModalView.html
+++ b/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">