Help links for ime selector menu

Change-Id: Ia6a0db9af25216f3d03c5130de96000141ccaa57
This commit is contained in:
Niklas Laxström
2013-07-15 08:37:54 +00:00
committed by Amire80
parent a14f941f48
commit 883e87ea56
5 changed files with 69 additions and 10 deletions

View File

@@ -111,6 +111,34 @@ div.display-settings-block:hover .settings-text {
color: #252525;
}
/* Ime menu customizations */
.ime-perime-help {
display: none;
}
.ime-checked .ime-perime-help {
display: inline-block;
width: 20px;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
right: 0;
opacity: 0.75;
padding: 0;
/* @embed */
background: transparent url('../images/help.png') left center no-repeat;
/* @embed */
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/help.svg');
/* @embed */
background-image: linear-gradient(transparent, transparent), url('../images/help.svg');
}
.ime-checked .ime-perime-help:hover {
opacity: 1;
}
button.button {
display: inline-block;
padding: 0.4065em 1.2195em 0.4065em;

View File

@@ -25,12 +25,6 @@ div.input-settings-block {
float: left;
}
.ime-selector-more-languages:hover {
text-decoration: none;
color: #ffffff;
background-color: #5089e8;
}
.uls-ime-menu-settings-item {
background-color: #f0f0f0;
/* Workaround for bug https://bugzilla.wikimedia.org/49074 */
@@ -53,6 +47,7 @@ div.input-settings-block {
padding-left: 22px;
padding-right: 26px;
padding-bottom: 10px;
cursor: pointer;
}
.uls-ime-more-settings-link {
@@ -67,6 +62,7 @@ div.input-settings-block {
height: 14px;
position: absolute;
right: 0;
cursor: pointer;
}
.uls-ime-menu-settings-item > a:hover {