Browse Source

AMBARI-11662. Creating view, the permissions UI user addition box does not appear properly (alexantonenko)

Alex Antonenko 10 years ago
parent
commit
22cac0a2af

+ 0 - 4
ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css

@@ -146,13 +146,9 @@
 }
 }
 .add-item-input span:empty:before{
 .add-item-input span:empty:before{
   content: 'New';
   content: 'New';
-  position: absolute;
   left: 0;
   left: 0;
   color: #ddd;
   color: #ddd;
 }
 }
-.add-item-input span:focus:before{
-  display: none;
-}
 .typeahead-box{
 .typeahead-box{
   position: absolute;
   position: absolute;
   left: 0;
   left: 0;