Skip to content

Commit

Permalink
Merge pull request #245 from owncloud/input-style
Browse files Browse the repository at this point in the history
correctly intend input content to match with other text, and unbold it
  • Loading branch information
raimund-schluessler committed Aug 30, 2015
2 parents c3cdbf4 + 56c456d commit 7bc6367
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,8 @@
color: #505050;
cursor: text;
font-size: 13px;
font-weight: bold;
margin: 0;
padding: 0 60px 0 0;
padding: 0 60px 0 32px;
width: 100%;
}
#content li.task-item.done .task-body,
Expand Down Expand Up @@ -428,15 +427,14 @@
#app-content #add-task input {
-moz-box-sizing: border-box;
font-size: 13px;
font-weight: bold;
padding-right: 60px;
width: 100%;
color: #505050;
background: none repeat scroll 0 0 transparent !important;
border: medium none !important;
border-radius: 0 0 0 0 !important;
box-shadow: none !important;
padding: 0 60px 0 0;
padding: 0 60px 0 32px;
margin: 0;
cursor: text;
}
Expand Down

0 comments on commit 7bc6367

Please sign in to comment.