adityasharma7 commented on a change in pull request #425:
URL: https://github.com/apache/ofbiz-framework/pull/425#discussion_r777850124



##########
File path: themes/rainbowstone/webapp/rainbowstone/style.css
##########
@@ -1927,4 +1927,12 @@ html > /**/ body .jstree-default a {
 /* The custom CSS to show mouse pointer on links using featherlight plugin  */
 a[data-featherlight] {
     cursor: pointer;
-}
\ No newline at end of file
+}
+/*The custom css for Trumbowyg*/
+.trumbowyg-button-pane {
+    margin: 0 !important; }
+  .trumbowyg-button-pane .trumbowyg-button-group {
+    display: inline-block; 
+    margin: 0 !important; }
+    .trumbowyg-button-pane button {
+        color: #000; }

Review comment:
       ```suggestion
           color: #000;
   }
   ```

##########
File path: themes/rainbowstone/webapp/rainbowstone/style.css
##########
@@ -1927,4 +1927,12 @@ html > /**/ body .jstree-default a {
 /* The custom CSS to show mouse pointer on links using featherlight plugin  */
 a[data-featherlight] {
     cursor: pointer;
-}
\ No newline at end of file
+}
+/*The custom css for Trumbowyg*/
+.trumbowyg-button-pane {
+    margin: 0 !important; }

Review comment:
       ```suggestion
       margin: 0 !important;
   }
   ```

##########
File path: themes/helveticus/webapp/helveticus/style.css
##########
@@ -0,0 +1,30 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/* ----------------------------------------------------- */
+/* This CSS file is used for the Helveticus visual theme. */
+/* ----------------------------------------------------- */
+
+/* This theme uses a scalable, floating layout - so most
+   sizes are expressed in EMs. PX sizes are used only for
+   drop shadows and positioning around graphic images. */
+
+/*The custom css for Trumbowyg*/
+.trumbowyg-button-pane button {
+    color: #000; }

Review comment:
       ```suggestion
       color: #000;
   }
   ```

##########
File path: themes/rainbowstone/webapp/rainbowstone/style.css
##########
@@ -1927,4 +1927,12 @@ html > /**/ body .jstree-default a {
 /* The custom CSS to show mouse pointer on links using featherlight plugin  */
 a[data-featherlight] {
     cursor: pointer;
-}
\ No newline at end of file
+}
+/*The custom css for Trumbowyg*/
+.trumbowyg-button-pane {
+    margin: 0 !important; }
+  .trumbowyg-button-pane .trumbowyg-button-group {
+    display: inline-block; 
+    margin: 0 !important; }

Review comment:
       ```suggestion
       margin: 0 !important;
   }
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to