finish styling category tags and category input
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
parent
9c4fca446b
commit
df82affe2f
2 changed files with 20 additions and 0 deletions
|
@ -856,6 +856,16 @@ aside #viewcontacts {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
#jot-category {
|
||||||
|
margin: 5px 0;
|
||||||
|
border-radius: 5px;
|
||||||
|
border: 1px #999 solid;
|
||||||
|
color: #aaa;
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
#jot-category:focus {
|
||||||
|
color: #eee;
|
||||||
|
}
|
||||||
#jot #character-counter {
|
#jot #character-counter {
|
||||||
width: 6%;
|
width: 6%;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
|
@ -856,6 +856,16 @@ aside #viewcontacts {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
#jot-category {
|
||||||
|
margin: 5px 0;
|
||||||
|
border-radius: 5px;
|
||||||
|
border: 1px #ccc solid;
|
||||||
|
color: #666;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
#jot-category:focus {
|
||||||
|
color: #111;
|
||||||
|
}
|
||||||
#jot #character-counter {
|
#jot #character-counter {
|
||||||
width: 6%;
|
width: 6%;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
Loading…
Reference in a new issue