mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add overrides for input ellipsis and core-tooltips.
The core-tooltip overrides align better with the Material Design spec.
This commit is contained in:
@@ -117,3 +117,17 @@ html /deep/ core-toolbar.medium-tall {
|
||||
paper-icon-button[disabled] {
|
||||
color: rgba(255, 255, 255, 0.30);
|
||||
}
|
||||
|
||||
/* This makes inputs display overflowing values with ellipsis. */
|
||||
html /deep/ input {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
|
||||
/* core-tooltip */
|
||||
html /deep/ core-tooltip::shadow .core-tooltip {
|
||||
font-size: 0.714rem;
|
||||
font-family: RobotoDraft, sans-serif;
|
||||
font-weight: 500;
|
||||
background-color: rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user