1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Issue #1138 Fix for bbcode toolbar colors.

This commit is contained in:
Cameron
2015-07-20 14:06:20 -07:00
parent 0ffc92cde4
commit 1863c3fef0

View File

@@ -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 {