Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
[admin] Improved look of disabled inputs & selects
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 31, 2016
1 parent 9b64a2b commit 6044ac3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,5 @@
white-space: pre-line;
word-break: break-all;
}
.form-row select{ background-color: #fff }
.form-row input[disabled], .form-row select[disabled]{ background-color: #f4f4f4 }

0 comments on commit 6044ac3

Please sign in to comment.