2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00
This commit is contained in:
Mark Otto
2016-02-13 17:55:07 -08:00
parent 4724110583
commit ceb0e9b69f
8 changed files with 16 additions and 10 deletions
+5 -2
View File
@@ -3645,7 +3645,7 @@ input[type="button"].btn-block {
border-radius: 0.25rem; border-radius: 0.25rem;
} }
.custom-file-control::after { .custom-file-control:lang(en)::after {
content: "Choose file..."; content: "Choose file...";
} }
@@ -3660,12 +3660,15 @@ input[type="button"].btn-block {
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
line-height: 1.5; line-height: 1.5;
color: #555; color: #555;
content: "Browse";
background-color: #eee; background-color: #eee;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 0 0.25rem 0.25rem 0; border-radius: 0 0.25rem 0.25rem 0;
} }
.custom-file-control:lang(en)::before {
content: "Browse";
}
.nav { .nav {
padding-left: 0; padding-left: 0;
margin-bottom: 0; margin-bottom: 0;
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+5 -2
View File
@@ -3645,7 +3645,7 @@ input[type="button"].btn-block {
border-radius: 0.25rem; border-radius: 0.25rem;
} }
.custom-file-control::after { .custom-file-control:lang(en)::after {
content: "Choose file..."; content: "Choose file...";
} }
@@ -3660,12 +3660,15 @@ input[type="button"].btn-block {
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
line-height: 1.5; line-height: 1.5;
color: #555; color: #555;
content: "Browse";
background-color: #eee; background-color: #eee;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 0 0.25rem 0.25rem 0; border-radius: 0 0.25rem 0.25rem 0;
} }
.custom-file-control:lang(en)::before {
content: "Browse";
}
.nav { .nav {
padding-left: 0; padding-left: 0;
margin-bottom: 0; margin-bottom: 0;
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long