Browse Source

[core] Update logs style across the whole Hue

Enrico Berti 10 years ago
parent
commit
f39e71a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      desktop/core/src/desktop/static/desktop/css/hue3.css

+ 6 - 0
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -1990,3 +1990,9 @@ div.navigator > ul > li.oozie > ul.dropdown-menu {
 .inline-block {
 .inline-block {
   display: inline-block;
   display: inline-block;
 }
 }
+
+pre {
+  border: none;
+  border-left: 5px solid #DDD;
+  border-radius: 0;
+}