diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 7 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b4feaaa27..90ed2119c 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1483,6 +1483,13 @@ input#dfrn-url { width: 180px; } +#profile-jot-text { + height: 20px; + color:#cccccc; + border: 1px solid #cccccc; +} + + /** acl **/ #profile-jot-acl-wrapper{ diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 698f30803..f46fa0064 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1561,6 +1561,13 @@ padding: 5px 10px 0px; overflow: auto; } +#profile-jot-text { + height: 20px; + color:#cccccc; + border: 1px solid #cccccc; +} + + /** acl **/ #profile-jot-acl-wrapper{ display:block!important; |