Add a more settings link instead of the help link
It opens the input settings panel of ULS Change-Id: I6d22585f735073d3d7d3e59eba24befe72238786
This commit is contained in:
@@ -32,4 +32,20 @@ div.input-settings-block {
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
background-color: #5089e8;
|
||||
}
|
||||
}
|
||||
|
||||
.uls-ime-more-settings-link {
|
||||
/* @embed */
|
||||
background: transparent url('../images/cog-16x16-ltr.png') right center no-repeat;
|
||||
background-color: #f0f0f0;
|
||||
border-radius: 0 0 5px 5px;
|
||||
border-top: 1px solid #ddd;
|
||||
margin-top: 6px;
|
||||
padding: 2px 0 2px 0;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.uls-ime-more-settings-link > a:hover {
|
||||
background-color: #f0f0f0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user