Browse Source

CSS class "inline-paramount" defined. (#1432)

Rainer Klute 8 years ago
parent
commit
bd9541a095
1 changed files with 13 additions and 0 deletions
  1. 13 0
      plugins/org.yakindu.sct.doc.user/css/yakindu.css

+ 13 - 0
plugins/org.yakindu.sct.doc.user/css/yakindu.css

@@ -260,3 +260,16 @@ body.eclipsehelp {
     padding-left: 1em;
     margin-bottom: 1ex;
 }
+
+.body-container .primary .inline-paramount {
+    border-style: solid;
+    border-width: 1px;
+    border-color: #cccccc;
+    border-radius: 4px;
+    background-color: #e8f2fe;
+    padding-top: 0ex;
+    padding-bottom: 0.0ex;
+    padding-right: 0em;
+    padding-left: 0em;
+    margin-bottom: 0ex;
+}