mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
committed by
Kevin Kirsche
parent
c8ab0a56c2
commit
d51f0a4f81
@@ -109,7 +109,7 @@
|
||||
.c-input {
|
||||
display: inline;
|
||||
|
||||
&:after {
|
||||
&::after {
|
||||
display: block;
|
||||
margin-bottom: .25rem;
|
||||
content: "";
|
||||
@@ -199,10 +199,10 @@
|
||||
border-radius: .25rem;
|
||||
@include box-shadow(inset 0 .2rem .4rem rgba(0,0,0,.05));
|
||||
}
|
||||
.file-custom:after {
|
||||
.file-custom::after {
|
||||
content: "Choose file...";
|
||||
}
|
||||
.file-custom:before {
|
||||
.file-custom::before {
|
||||
position: absolute;
|
||||
top: -.075rem;
|
||||
right: -.075rem;
|
||||
|
||||
Reference in New Issue
Block a user