Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Commit

Permalink
Added error style for select elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Karl committed May 1, 2014
1 parent 867ca58 commit 6a494db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canteen-admin",
"version": "1.0.2",
"version": "1.0.3",
"description": "Boilerplate CSS for Canteen Administration section",
"keywords": [
"Canteen",
Expand Down
1 change: 1 addition & 0 deletions css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ button span.buttonIcon {
background-color: #E7F1F8;
border-color: #A2B5C2;
}
.admin select.error,
.admin textarea.error,
.admin input.error {
color:#fff;
Expand Down

0 comments on commit 6a494db

Please sign in to comment.