latest changes
This commit is contained in:
parent
89a73f100e
commit
1488a83b13
44 changed files with 300 additions and 291 deletions
11
dist/css/bootstrap-reboot.css
vendored
11
dist/css/bootstrap-reboot.css
vendored
|
|
@ -225,6 +225,10 @@ select {
|
|||
text-transform: none;
|
||||
}
|
||||
|
||||
select {
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
button,
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
|
|
@ -232,6 +236,13 @@ button,
|
|||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
button:not(:disabled),
|
||||
[type="button"]:not(:disabled),
|
||||
[type="reset"]:not(:disabled),
|
||||
[type="submit"]:not(:disabled) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button::-moz-focus-inner,
|
||||
[type="button"]::-moz-focus-inner,
|
||||
[type="reset"]::-moz-focus-inner,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue