colors-changes

This commit is contained in:
noor
2023-09-04 17:16:46 +05:30
committed by RafficMohammed
parent 4af2d3d09a
commit 073d348169
2 changed files with 2 additions and 3 deletions

View File

@@ -315,7 +315,7 @@
<div class="form-border" style="z-index: 0;width: 95%;"> <div class="form-border" style="z-index: 0;width: 95%;">
<div class="form-inline"> <div class="form-inline">
<div class="form-group input-group" style="width: 100%;"> <div class="form-group input-group" style="width: 100%;">
<input type="text" name="s" class="search-field form-control input-lg mr-3" title="Enter search term" placeholder="Have a question? Type your search term here..." style="border-color: rgb(62, 200, 28);" required> <input type="text" name="s" class="search-field form-control input-lg mr-3" title="Enter search term" placeholder="Have a question? Type your search term here..." required>
<span class="input-group-btn"> <span class="input-group-btn">
<button type="submit" class="btn btn-custom btn-md" style="border-color: rgb(0, 192, 239); background-color: rgb(0, 154, 186);">Search</button> <button type="submit" class="btn btn-custom btn-md" style="border-color: rgb(0, 192, 239); background-color: rgb(0, 154, 186);">Search</button>
</span> </span>

View File

@@ -212,7 +212,7 @@
<div class="form-border" style="z-index: 0;width: 95%;"> <div class="form-border" style="z-index: 0;width: 95%;">
<div class="form-inline"> <div class="form-inline">
<div class="form-group input-group" style="width: 100%;"> <div class="form-group input-group" style="width: 100%;">
<input type="text" name="s" class="search-field form-control input-lg mr-3" title="Enter search term" placeholder="Have a question? Type your search term here..." style="border-color: rgb(62, 200, 28);" required> <input type="text" name="s" class="search-field form-control input-lg mr-3" title="Enter search term" placeholder="Have a question? Type your search term here..." required>
<span class="input-group-btn"> <span class="input-group-btn">
<button type="submit" class="btn btn-custom btn-md" style="border-color: rgb(0, 192, 239); background-color: rgb(0, 154, 186);">Search</button> <button type="submit" class="btn btn-custom btn-md" style="border-color: rgb(0, 192, 239); background-color: rgb(0, 154, 186);">Search</button>
</span> </span>
@@ -226,7 +226,6 @@
</style> </style>
</div> </div>
</div> </div>
{!! Form::close() !!}
</div> </div>
</header> </header>