Provide disable input tools option in IME menu
Bug: 48533 Change-Id: Ie856cbda344ae2624567fb6c2d6206996c3b10dc
This commit is contained in:
committed by
Gerrit Code Review
parent
739d952a81
commit
4a49c25f10
@@ -31,22 +31,40 @@ div.input-settings-block {
|
||||
background-color: #5089e8;
|
||||
}
|
||||
|
||||
.uls-ime-more-settings-link {
|
||||
/* @embed */
|
||||
background: transparent url('../images/cog-16x16-ltr.png') right center no-repeat;
|
||||
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/cog.svg');
|
||||
background-image: -moz-linear-gradient(transparent, transparent), url('../images/cog.svg');
|
||||
background-image: linear-gradient(transparent, transparent), url('../images/cog.svg');
|
||||
background-size: 20px auto;
|
||||
.uls-ime-menu-settings-item {
|
||||
background-color: #f0f0f0;
|
||||
border-radius: 0 0 5px 5px;
|
||||
border-top: 1px solid #ddd;
|
||||
margin-top: 6px;
|
||||
padding: 2px 0 2px 0;
|
||||
padding: 4px 2px;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.uls-ime-more-settings-link > a:hover {
|
||||
.uls-ime-disable-link {
|
||||
/* @embed */
|
||||
background: transparent url('../images/remove-input.png') left top no-repeat;
|
||||
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/remove-input.svg');
|
||||
background-image: -moz-linear-gradient(transparent, transparent), url('../images/remove-input.svg');
|
||||
background-image: linear-gradient(transparent, transparent), url('../images/remove-input.svg');
|
||||
background-size: auto 16px;
|
||||
padding-left: 22px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.uls-ime-more-settings-link {
|
||||
/* @embed */
|
||||
background: transparent url('../images/cog.png') right top no-repeat;
|
||||
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/cog.svg');
|
||||
background-image: -moz-linear-gradient(transparent, transparent), url('../images/cog.svg');
|
||||
background-image: linear-gradient(transparent, transparent), url('../images/cog.svg');
|
||||
background-size: auto 14px;
|
||||
border-left: 1px solid #CCCCCC;
|
||||
width: 22px;
|
||||
height: 14px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.uls-ime-menu-settings-item > a:hover {
|
||||
background-color: #f0f0f0;
|
||||
color: #000;
|
||||
}
|
||||
@@ -87,4 +105,4 @@ div.input-settings-block {
|
||||
margin: 12px 0;
|
||||
padding: 6px 10px;
|
||||
background: #f0f0f0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user