mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 04:18:35 -05:00
Refine popover functionality, add input secret style
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.at-Input {
|
||||
.at-mixin-Placeholder(@at-gray-dark-3x);
|
||||
|
||||
height: @at-input-height;
|
||||
background: @at-white;
|
||||
border-radius: @at-border-radius;
|
||||
color: @at-gray-dark-5x;
|
||||
@@ -44,13 +45,13 @@
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
pointer-events: none;
|
||||
top: 9px;
|
||||
right: @at-space-4x;
|
||||
top: @at-space-4x;
|
||||
color: @at-gray-dark-4x;
|
||||
}
|
||||
}
|
||||
|
||||
.at-InputSelect {
|
||||
height: @at-input-height;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -61,8 +62,15 @@
|
||||
}
|
||||
|
||||
.at-InputSelect-select {
|
||||
height: @at-input-height;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.at-Input-button {
|
||||
background-color: @at-white;
|
||||
border-color: @at-gray-dark-2x;
|
||||
color: @at-gray-dark-5x;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user