mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Fix dotted line bottom-border in button class
This commit is contained in:
parent
001b90ce8b
commit
dcba577517
3 changed files with 2 additions and 1991 deletions
1989
assets/css/ie.css
1989
assets/css/ie.css
File diff suppressed because it is too large
Load diff
|
@ -682,7 +682,7 @@ svg:not(:root) {
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border: 2px solid #000000;
|
border: 2px solid #000000 !important;
|
||||||
-webkit-border-radius: 20px;
|
-webkit-border-radius: 20px;
|
||||||
-moz-border-radius: 20px;
|
-moz-border-radius: 20px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
|
|
|
@ -72,7 +72,7 @@ svg:not(:root) {
|
||||||
.font-rem(14);
|
.font-rem(14);
|
||||||
background-color: @black;
|
background-color: @black;
|
||||||
color: @white;
|
color: @white;
|
||||||
border: 2px solid @black;
|
border: 2px solid @black !important;
|
||||||
.rounded(20px);
|
.rounded(20px);
|
||||||
&:visited {
|
&:visited {
|
||||||
color: @white;
|
color: @white;
|
||||||
|
|
Loading…
Reference in a new issue