mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Align form label to form input + improve form disable opacity
This commit is contained in:
parent
75d12c3675
commit
931067a3b9
1 changed files with 5 additions and 1 deletions
|
|
@ -27,6 +27,10 @@
|
|||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.paragraphForm.form-horizontal .form-group label {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.paragraph .tableDisplay .hljs {
|
||||
background: none;
|
||||
}
|
||||
|
|
@ -271,7 +275,7 @@
|
|||
|
||||
|
||||
.disable {
|
||||
opacity:0.4!important;
|
||||
opacity:0.6!important;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue