Browse Source

gui: Adjust border-radius on accordion title buttons (fixes #3299)

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3320
Daniel Harte 9 years ago
parent
commit
99ddf1e4ab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gui/default/assets/css/overrides.css

+ 1 - 0
gui/default/assets/css/overrides.css

@@ -191,6 +191,7 @@ button.panel-heading {
     border-top-width: 0;
     border-left-width: 0;
     border-right-width: 0;
+    border-radius: 0 !important;
 }
 
 .panel-heading .panel-title-text {