Color .branch-action-state-{dirty,unstable} .branch-action-icon

pull/4/head
Adam Porter 8 years ago
parent 2d0bd9f204
commit c167b92b39

@ -281,9 +281,11 @@ a.filter-item:hover,
.branch-action-state-clean .branch-action-icon {
background-color: #859900 !important;
}
.branch-action-state-dirty .branch-action-icon,
.branch-action-state-unstable .branch-action-icon,
.branch-action-state-unknown .branch-action-icon {
background-color: #b58900 !important;
color: #fff !important;
}
.branch-infobar {
border-color: #586e75 !important;

@ -281,9 +281,11 @@ a.filter-item:hover,
.branch-action-state-clean .branch-action-icon {
background-color: #859900 !important;
}
.branch-action-state-dirty .branch-action-icon,
.branch-action-state-unstable .branch-action-icon,
.branch-action-state-unknown .branch-action-icon {
background-color: #b58900 !important;
color: #fff !important;
}
.branch-infobar {
border-color: #93a1a1 !important;

@ -274,9 +274,11 @@ a.filter-item:hover,
.branch-action-state-clean .branch-action-icon {
background-color: #859900 !important;
}
.branch-action-state-dirty .branch-action-icon,
.branch-action-state-unstable .branch-action-icon,
.branch-action-state-unknown .branch-action-icon {
background-color: #b58900 !important;
color: #fff !important;
}
.branch-infobar {
border-color: #586e75 !important;

@ -274,9 +274,11 @@ a.filter-item:hover,
.branch-action-state-clean .branch-action-icon {
background-color: #859900 !important;
}
.branch-action-state-dirty .branch-action-icon,
.branch-action-state-unstable .branch-action-icon,
.branch-action-state-unknown .branch-action-icon {
background-color: #b58900 !important;
color: #fff !important;
}
.branch-infobar {
border-color: #93a1a1 !important;

@ -258,9 +258,12 @@ a.filter-item
.branch-action-state-clean .branch-action-icon
background-color green i
.branch-action-state-unstable .branch-action-icon
.branch-action-state-unknown .branch-action-icon
background-color yellow i
.branch-action-state-dirty
.branch-action-state-unstable
.branch-action-state-unknown
.branch-action-icon
background-color yellow i
color white i
.branch-infobar
border-color comment

Loading…
Cancel
Save