]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/bootstrap.scss
more explicit error messages for file uploads
[github/Chocobozzz/PeerTube.git] / client / src / sass / bootstrap.scss
index b90bffbfc7ce7912e75e05b1f746f193b9b18bf7..208c7f582afb65c08cb228cffaf4093b7ad318d1 100644 (file)
@@ -44,6 +44,11 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
   z-index: inherit !important;
 }
 
+.btn-group > .btn:not(:first-child) {
+  border-top-left-radius: 0 !important;
+  border-bottom-left-radius: 0 !important;
+}
+
 .dropdown-menu {
   z-index: z(dropdown) + 1 !important;