2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Customize browse text of the custom file input with HTML (#27651)

This commit is contained in:
Martijn Cuppens
2018-11-13 07:30:17 +01:00
committed by XhmikosR
parent dafb498f75
commit 696c4078d1
2 changed files with 17 additions and 1 deletions
+4
View File
@@ -276,6 +276,10 @@
content: $value;
}
}
~ .custom-file-label[data-browse]::after {
content: attr(data-browse);
}
}
.custom-file-label {