mirror of
https://github.com/ansible/awx.git
synced 2026-08-02 02:49:58 -02:30
Fix inconsistencies on inputs in Chrome vs. others
This commit is contained in:
@@ -27,6 +27,19 @@
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.at-mixin-InputButton () {
|
||||
display: block;
|
||||
height: @at-height-button;
|
||||
line-height: 1;
|
||||
|
||||
&, &:active, &:hover, &:focus {
|
||||
color: @at-color-button-text-default;
|
||||
border-color: @at-color-input-border;
|
||||
background-color: @at-color-default;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.at-mixin-ButtonColor (@background, @color, @hover: '@{background}-hover') {
|
||||
background-color: @@background;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user