mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Show tooltips for disabled buttons to help user learning. Fixes #2226
This commit is contained in:
parent
145983d544
commit
c9e04fec8d
@ -366,6 +366,11 @@ iframe {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.btn:disabled {
|
||||||
|
pointer-events: auto;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
.pg-prop-btn-group {
|
.pg-prop-btn-group {
|
||||||
background-color: #D2D2D2;
|
background-color: #D2D2D2;
|
||||||
border: 2px solid #A9A9A9;
|
border: 2px solid #A9A9A9;
|
||||||
|
Loading…
Reference in New Issue
Block a user