Fix padding on key-conflicts
Error message contents need padding too. Also make control messages and error message text selectable. // FREEBIE
This commit is contained in:
parent
ff490994ab
commit
9f034fb698
2 changed files with 7 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
color: white;
|
||||
}
|
||||
|
||||
&, .body {
|
||||
&, .content {
|
||||
&::selection, a::selection {
|
||||
background: white;
|
||||
color: $grey_d;
|
||||
|
@ -103,6 +103,7 @@ $ios-border-color: rgba(0,0,0,0.1);
|
|||
}
|
||||
}
|
||||
|
||||
.error-message.content,
|
||||
.control .content {
|
||||
padding: 10px;
|
||||
}
|
||||
|
|
|
@ -1419,6 +1419,7 @@ li.entry .error-icon-container {
|
|||
.ios .bottom-bar form.send {
|
||||
border-radius: 5px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.1); }
|
||||
.ios .error-message.content,
|
||||
.ios .control .content {
|
||||
padding: 10px; }
|
||||
.ios .bubble .content {
|
||||
|
@ -1465,10 +1466,10 @@ li.entry .error-icon-container {
|
|||
float: right; }
|
||||
.ios .outgoing .content .body, .ios .outgoing .content .body .meta {
|
||||
color: white; }
|
||||
.ios .outgoing .content .body::selection, .ios .outgoing .content .body a::selection, .ios .outgoing .content .body .body::selection, .ios .outgoing .content .body .body a::selection {
|
||||
.ios .outgoing .content .body::selection, .ios .outgoing .content .body a::selection, .ios .outgoing .content .body .content::selection, .ios .outgoing .content .body .content a::selection {
|
||||
background: white;
|
||||
color: #454545; }
|
||||
.ios .outgoing .content .body::-moz-selection, .ios .outgoing .content .body a::-moz-selection, .ios .outgoing .content .body .body::-moz-selection, .ios .outgoing .content .body .body a::-moz-selection {
|
||||
.ios .outgoing .content .body::-moz-selection, .ios .outgoing .content .body a::-moz-selection, .ios .outgoing .content .body .content::-moz-selection, .ios .outgoing .content .body .content a::-moz-selection {
|
||||
background: white;
|
||||
color: #454545; }
|
||||
.ios .outgoing .content .body a, .ios .outgoing .content .body .attachments a, .ios .outgoing .content .body .content a {
|
||||
|
@ -1537,10 +1538,10 @@ li.entry .error-icon-container {
|
|||
background-color: #f3f3f3; }
|
||||
.android .incoming .bubble, .android .incoming .bubble .meta {
|
||||
color: white; }
|
||||
.android .incoming .bubble::selection, .android .incoming .bubble a::selection, .android .incoming .bubble .body::selection, .android .incoming .bubble .body a::selection {
|
||||
.android .incoming .bubble::selection, .android .incoming .bubble a::selection, .android .incoming .bubble .content::selection, .android .incoming .bubble .content a::selection {
|
||||
background: white;
|
||||
color: #454545; }
|
||||
.android .incoming .bubble::-moz-selection, .android .incoming .bubble a::-moz-selection, .android .incoming .bubble .body::-moz-selection, .android .incoming .bubble .body a::-moz-selection {
|
||||
.android .incoming .bubble::-moz-selection, .android .incoming .bubble a::-moz-selection, .android .incoming .bubble .content::-moz-selection, .android .incoming .bubble .content a::-moz-selection {
|
||||
background: white;
|
||||
color: #454545; }
|
||||
.android .incoming .bubble a, .android .incoming .bubble .attachments a, .android .incoming .bubble .content a {
|
||||
|
|
Loading…
Reference in a new issue