mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Styling improvements for password input fields in backgrid.
This commit is contained in:
parent
7ce04bbaea
commit
12d75e0a51
@ -1427,3 +1427,26 @@ table.backgrid {
|
||||
.help-block {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.backgrid td.editor input[type=password] {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0 5px;
|
||||
margin: 0;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
}
|
||||
|
||||
.backgrid td.editor input[type=password]::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user