akiyamaneko opened a new pull request #3248:
URL: https://github.com/apache/ambari/pull/3248
## What changes were proposed in this pull request?
```css
# default css style
.navigation-bar-container ul.nav.side-nav-menu .more-actions .dropdown-menu
> li > a i, .navigation-bar-container ul.nav.side-nav-footer .more-actions
.dropdown-menu > li > a i {
color: #333;
}
# start all button style
.glyphicon-play.enabled {
color: #69be28;
}
# stop all button style
.glyphicon-stop.enabled {
color: red;
}
```
The priority of default css style is higher than the priority of start/stop
button, causing the color style of button to be overwritten
## How was this patch tested?
This is just a little improvement, manual tests result shows as belows:


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]