mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 22:44:22 +08:00
hound
This commit is contained in:
parent
712a3c7ff6
commit
7e3dbcd92f
1 changed files with 2 additions and 2 deletions
|
@ -1728,13 +1728,13 @@ th.custom-field .modal-tooltiptext {
|
|||
}
|
||||
|
||||
a.disabled {
|
||||
opacity: 0.5;
|
||||
opacity: .5;
|
||||
pointer-events: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
a.disabled-with-click-events {
|
||||
opacity: 0.5;
|
||||
opacity: .5;
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue