diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2014-01-27 18:15:31 +0100 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2014-02-17 09:46:38 -0500 |
commit | 05a4b2436e2aa51ba8b197ce38059163faa928ae (patch) | |
tree | cb1c5ae3ca420ffc66781aabcacd9b70e6f9073f /less/patternfly/forms.less | |
parent | fa5bb8dca04e2876d9def529a77b5273b5243169 (diff) | |
download | ipsilon.git-05a4b2436e2aa51ba8b197ce38059163faa928ae.tar.gz ipsilon.git-05a4b2436e2aa51ba8b197ce38059163faa928ae.tar.xz ipsilon.git-05a4b2436e2aa51ba8b197ce38059163faa928ae.zip |
Add PatternFly files
Signed-off-by: Petr Vobornik <pvoborni@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'less/patternfly/forms.less')
-rw-r--r-- | less/patternfly/forms.less | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/less/patternfly/forms.less b/less/patternfly/forms.less new file mode 100644 index 0000000..f23fa65 --- /dev/null +++ b/less/patternfly/forms.less @@ -0,0 +1,22 @@ +// +// Forms +// -------------------------------------------------- + +.form-control { + &[disabled], &[readonly], fieldset[disabled] & { + border-color: @input-border-disabled !important; + .box-shadow(none); + color: #969696; + } + &:hover { + border-color: #7BB2DD; + } +} + +.input-group .input-group-btn .btn { + .box-shadow(none); +} + +label { + font-weight: 600; +}
\ No newline at end of file |