Tone down the "Merge Conflict" text color

Instead of the very bright #f00 color that is "red" use "#d00",
a slightly darker shade of red. It is less visually jarring to
look at when your personal dashboard is full of changes that are
not mergeable.

Change-Id: Id6671f5e6a47c50bab860ce5c00153e93ebba78d
This commit is contained in:
Shawn Pearce
2013-11-25 10:01:19 -08:00
parent 77c5aed3bd
commit e3ed07ed3b
2 changed files with 2 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ limitations under the License.
.notMergeable {
float: right;
font-weight: bold;
color: red;
color: #d00;
}
.commitColumn, .relatedColumn {

View File

@@ -545,7 +545,7 @@ a:hover {
.changeTable .notMergeable {
font-weight: bold;
color: red;
color: #d00;
}
.accountDashboard.changeTable tr {