1
0
Fork 0

Improve selected visibility tab contrast.

This commit is contained in:
Nicolas Perriault 2017-05-22 09:00:08 +02:00
parent f2ec5416ba
commit 9df541adc8
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 15 additions and 0 deletions

View File

@ -486,6 +486,11 @@ li.load-more {
.status-field textarea {
border-top-left-radius: 0;
border-top-right-radius: 0;
border: none;
}
.draft-visibilities {
margin-bottom: -3px;
}
.draft-visibilities .btn {
@ -494,6 +499,16 @@ li.load-more {
border-bottom-right-radius: 0;
}
.draft-visibilities .btn.active {
color: #333;
background-color: #fff;
border: none;
}
.draft-visibilities .btn.active:hover {
background: #fff;
}
.draft-attachments-field {
margin-top: 12px;
}