mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Match commit errors section background color to primary error color
This commit is contained in:
+4
-10
@@ -2949,7 +2949,8 @@ div.full-screen > button:hover {
|
||||
border-color: #f5b0ab;
|
||||
}
|
||||
|
||||
.issue.severity-warning button {
|
||||
.issue.severity-warning button,
|
||||
.mode-save .warning-section {
|
||||
background: #ffb;
|
||||
}
|
||||
.issue.severity-warning button:hover,
|
||||
@@ -2960,7 +2961,8 @@ div.full-screen > button:hover {
|
||||
color: #FFB300
|
||||
}
|
||||
|
||||
.issue.severity-error button {
|
||||
.issue.severity-error button,
|
||||
.mode-save .error-section {
|
||||
background: #FFD5D4;
|
||||
}
|
||||
.issue.severity-error button:hover,
|
||||
@@ -4362,14 +4364,6 @@ svg.mouseclick use.right {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.mode-save .warning-section {
|
||||
background: #ffb;
|
||||
}
|
||||
|
||||
.mode-save .error-section {
|
||||
background: #ffa5a5;
|
||||
}
|
||||
|
||||
.mode-save .warning-section .changeset-list button {
|
||||
border-left: 1px solid #ccc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user