Browse Source

HUE-7093 [frontend] Unify table headers and sorters styles across the various apps

Enrico Berti 8 years ago
parent
commit
13d2dbb

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/home.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 1 - 0
desktop/core/src/desktop/static/desktop/less/components/hue-tables.less

@@ -172,6 +172,7 @@ table.display td.center {
     }
   }
   border: none;
+  border-collapse: separate;
   tbody tr:nth-child(odd) {
     background-color: @cui-gray-050;
   }

+ 1 - 2
desktop/core/src/desktop/static/desktop/less/home.less

@@ -43,9 +43,8 @@
 
 .doc-browser-header {
   border-bottom: 1px solid @cui-default-border-color;
-  letter-spacing: 0.035em;
-  font-size: 15px;
   color: @cui-gray-700;
+  font-weight: bold;
 }
 
 .doc-browser-empty {

Some files were not shown because too many files changed in this diff