Update admin notification colors
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
/* Messages */
|
/* Messages */
|
||||||
.sportspress-message {
|
.sportspress-message {
|
||||||
border-left-color: #364c74 !important;
|
border-left-color: #00a69c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sportspress-message a.button-primary,
|
.sportspress-message a.button-primary,
|
||||||
.sportspress-message a.button-secondary,
|
.sportspress-message a.button-secondary,
|
||||||
p.sportspress-actions input.button-primary,
|
p.sportspress-actions input.button-primary,
|
||||||
p.sportspress-actions input.button-primary:active {
|
p.sportspress-actions input.button-primary:active {
|
||||||
background: #39507b;
|
background: #3bbab3;
|
||||||
border-color: #2c3e5f;
|
border-color: #15a29a;
|
||||||
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.1);
|
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.1);
|
||||||
box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.1);
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.1);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -19,8 +19,8 @@ p.sportspress-actions input.button-primary:active {
|
|||||||
.sportspress-message a.button-secondary:hover,
|
.sportspress-message a.button-secondary:hover,
|
||||||
p.sportspress-actions input.button-primary:hover,
|
p.sportspress-actions input.button-primary:hover,
|
||||||
p.sportspress-actions input.button-primary:focus {
|
p.sportspress-actions input.button-primary:focus {
|
||||||
background: #2f4265;
|
background: #00a69c;
|
||||||
border-color: #263551;
|
border-color: #009187;
|
||||||
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.1);
|
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.1);
|
||||||
box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.1);
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.1);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user