Merge "Replace color with normal text color"

This commit is contained in:
jenkins-bot
2017-10-10 17:07:25 +00:00
committed by Gerrit Code Review

View File

@@ -26,11 +26,11 @@
.uls-ime-menu-settings-item { .uls-ime-menu-settings-item {
background-color: #f8f9fa; background-color: #f8f9fa;
color: #222;
border-top: 1px solid #c8ccd1; border-top: 1px solid #c8ccd1;
border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px;
margin-top: 6px; margin-top: 6px;
padding: 4px 2px; padding: 4px 2px;
color: #444;
position: relative; position: relative;
} }