Skip to content

Commit 3f2c5e8

Browse files
committed
[panel.css] Add opacity for input[disabled]
1 parent 14cf5b3 commit 3f2c5e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

www/css/panels.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ textarea[readonly] {
402402
background:none!important; /* r915: fix colors and border */
403403
border:1px solid rgba(128,128,128,.6)!important;
404404
color:#777!important;
405+
opacity:.65;
405406
}
406407
.form-horizontal .dk_container {margin-bottom:0;}
407408
input.input-block-level {display:block;height:41px;line-height:41px;padding:8px 0 9px 10px;}

0 commit comments

Comments
 (0)