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:
@@ -60,6 +60,7 @@
|
||||
padding-left: 32px;
|
||||
padding-right: 32px;
|
||||
.transition(all 0.4s);
|
||||
box-sizing: inherit !important;
|
||||
}
|
||||
.Button {
|
||||
float: left;
|
||||
|
Reference in New Issue
Block a user