1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 02:31:17 +02:00

Added search input types to 3 inputs total, closes #726

* Added type search to search bar (forum)
* Added CSS `box-sizing: inherit` to search <input> because bootstrap styles mess up the search box
* Added type color to both color settings in appearance (admin)
This commit is contained in:
David Sevilla Martin
2016-11-27 19:39:47 -05:00
parent 1c8f4d0717
commit 2880f17983
5 changed files with 7 additions and 4 deletions

View File

@@ -60,6 +60,7 @@
padding-left: 32px;
padding-right: 32px;
.transition(all 0.4s);
box-sizing: inherit !important;
}
.Button {
float: left;