Parcourir la source

AMBARI-6345. active host table column CSS cleanup.(xiwang)

Xi Wang il y a 11 ans
Parent
commit
d1769ff0cb
1 fichiers modifiés avec 2 ajouts et 6 suppressions
  1. 2 6
      ambari-web/app/styles/application.less

+ 2 - 6
ambari-web/app/styles/application.less

@@ -3271,9 +3271,7 @@ table.graphs {
         color: #555555;
         text-decoration: none;
         background-color: #e5e5e5;
-        -webkit-box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.100);
-        -moz-box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.100);
-        box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.100);
+        border-radius: 0px;
       }
     }
 
@@ -4460,9 +4458,7 @@ ul.filter {
         color: #555555;
         text-decoration: none;
         background-color: #e5e5e5;
-        -webkit-box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.100);
-        -moz-box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.100);
-        box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.100);
+        border-radius: 0px;
       }
     }