Combine the two different offwhite background colours, and use the lighter one

This commit is contained in:
Andy Allan 2019-12-11 15:57:23 +01:00
parent b9d9785330
commit 9b6114ab0b
2 changed files with 4 additions and 4 deletions

View file

@ -1236,7 +1236,7 @@ tr.turn:hover {
width: 12px;
height: 12px;
margin: 4px 0px;
border: 1px solid rgba(0, 0, 0, .1);
border: 1px solid rgba(0, 0, 0, .1);
// add color via inline css on element: background-color: <tag value>;
}
}
@ -1867,7 +1867,7 @@ tr.turn:hover {
}
.inbox-row {
background: #f8f8ff;
background: $offwhite;
}
.inbox-row-unread {
@ -2434,7 +2434,7 @@ input.richtext_title[type="text"] {
display: inline-block;
vertical-align: top;
margin-left: 15px;
background-color: #f8f8ff;
background-color: $offwhite;
padding: $lineheight/2;
width: 220px;

View file

@ -2,7 +2,7 @@
$lineheight: 20px;
$typeheight: 14px;
$offwhite: #f4f4ff;
$offwhite: #f8f8ff;
$blue: #7092FF;
$lightblue: #B8C5F0;
$green: #7ebc6f;