diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index 7685b3bba..de03af074 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -155,10 +155,8 @@ td.options .btn-group { display: flex; } div.bbcode-panel { - background-color: rgb(245, 245, 245); -background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(230, 230, 230)); -background-repeat: repeat-x; -border-width: 1px; + +border-width: 0; border-style: solid; -moz-border-top-colors: none; -moz-border-right-colors: none; @@ -168,8 +166,9 @@ border-image: none; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgb(179, 179, 179); border-top-left-radius: 4px; border-top-right-radius: 4px; -box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05); -padding:5px; + +padding:10px; +padding-left:0; } .bbcode-panel .btn-toolbar {