0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

Darken button borders

This commit is contained in:
Coen van der Kamp 2018-10-10 12:49:50 +02:00 committed by Matt Westcott
parent 30c21feda1
commit 9ea40b71fb
2 changed files with 5 additions and 5 deletions

View File

@ -335,17 +335,17 @@
}
.t-inverted .u-btn-current {
border-color: rgba(0, 0, 0, 0.25);
border-color: rgba(0, 0, 0, 0.35);
color: #fff;
}
.t-inverted .u-btn-current:hover {
background-color: $color-teal-darker;
border-color: $color-teal-darker;
border-color: rgba(0, 0, 0, 0.35);
}
.t-inverted .u-btn-current:active {
border-color: rgba(0, 0, 0, 0.25);
border-color: rgba(0, 0, 0, 0.35);
background: #333;
color: #fff;
}

View File

@ -375,7 +375,7 @@ ul.listing {
.button {
background-color: $color-white;
color: $color-teal;
border-color: rgba(0, 0, 0, 0.25);
border-color: rgba(0, 0, 0, 0.35);
&:hover {
color: $color-white;
@ -472,7 +472,7 @@ table.listing {
.button {
background-color: transparent;
color: $color-white;
border-color: rgba(0, 0, 0, 0.25);
border-color: rgba(0, 0, 0, 0.35);
&:hover {
color: $color-white;