Browse Source

Make editable fields more obvious

Baptiste Jonglez 10 years ago
parent
commit
0b3ecbe75d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      coin/static/css/illyse.css

+ 2 - 2
coin/static/css/illyse.css

@@ -242,7 +242,7 @@ a.cfglink:before {
 
 .flatfield input {
 	margin-bottom: 0;
-	border: 0 none transparent;
+	border: 1px solid #E9E9E9;
 	background-color: transparent;
 	text-overflow: ellipsis;
 	box-shadow: none;
@@ -261,5 +261,5 @@ a.cfglink:before {
 }
 .flatfield input:focus {
 	background-color: #FFFFFF;
-	border: 1px solid #C0C0C0;
+	border: 2px solid #C0C0C0;
 }