From 20faa056a50d4ec240c7937fb7c790134c24842b Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Sat, 23 Nov 2013 20:52:31 -0800
Subject: [PATCH] Issue #2002336 by mgifford, falcon03, Liam Morland: Introduce
 a class to hide borders fieldsets elements.

---
 core/modules/system/css/system.theme.css | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/core/modules/system/css/system.theme.css b/core/modules/system/css/system.theme.css
index c6ed0128df2c..bb9a347610d7 100644
--- a/core/modules/system/css/system.theme.css
+++ b/core/modules/system/css/system.theme.css
@@ -99,6 +99,13 @@ abbr.form-required, abbr.tabledrag-changed, abbr.ajax-changed {
   margin-left: 0;
   margin-right: 0;
 }
+fieldset.fieldset-no-border {
+  border: none;
+  padding: 0;
+}
+fieldset.fieldset-no-border legend {
+  text-transform: none;
+}
 
 /**
  * Inline items.
-- 
GitLab