Browse Source

Merge branch 'master' of github.com:jlukic/Semantic-UI

pull/310/head
jlukic 11 years ago
parent
commit
ec87011fd4
2 changed files with 4 additions and 6 deletions
  1. 2
      CONTRIBUTING.md
  2. 8
      src/collections/form.less

2
CONTRIBUTING.md

@ -20,6 +20,8 @@ Please submit any bugs you encounter when using the library to our [Github Issue
When submiting a bug report, please include a set of steps to reproduce the issue and any related information, browser, OS etc. If we can't see the issue then it will make solving things much more difficult. When submiting a bug report, please include a set of steps to reproduce the issue and any related information, browser, OS etc. If we can't see the issue then it will make solving things much more difficult.
Please create a fork of this [jsfiddle](http://jsfiddle.net/pMDsH/) to demonstrate bugs.
### Style Guide ### Style Guide
Contributors should read over the coding guidelines for the project. Most importantly, the guide for language, as it is one of the most important parts about Semantic UI. Contributors should read over the coding guidelines for the project. Most importantly, the guide for language, as it is one of the most important parts about Semantic UI.

8
src/collections/form.less

@ -64,7 +64,6 @@
.ui.form textarea, .ui.form textarea,
.ui.form select,
.ui.form input[type="text"], .ui.form input[type="text"],
.ui.form input[type="email"], .ui.form input[type="email"],
.ui.form input[type="date"], .ui.form input[type="date"],
@ -76,7 +75,6 @@
} }
.ui.form textarea, .ui.form textarea,
.ui.form select,
.ui.form input[type="text"], .ui.form input[type="text"],
.ui.form input[type="email"], .ui.form input[type="email"],
.ui.form input[type="date"], .ui.form input[type="date"],
@ -212,8 +210,7 @@
.ui.form input[type="password"]:focus, .ui.form input[type="password"]:focus,
.ui.form input[type="number"]:focus, .ui.form input[type="number"]:focus,
.ui.form input[type="tel"]:focus, .ui.form input[type="tel"]:focus,
.ui.form textarea:focus,
.ui.form select:focus{
.ui.form textarea:focus{
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
border-color: rgba(0, 0, 0, 0.2); border-color: rgba(0, 0, 0, 0.2);
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
@ -565,8 +562,7 @@
.ui.small.form input[type="password"], .ui.small.form input[type="password"],
.ui.small.form input[type="number"], .ui.small.form input[type="number"],
.ui.small.form input[type="tel"], .ui.small.form input[type="tel"],
.ui.small.form label,
.ui.small.form select{
.ui.small.form label{
font-size: 1em; font-size: 1em;
} }

Loading…
Cancel
Save