|
|
| Line 539: |
Line 539: |
| padding-left: 20px !important; | | padding-left: 20px !important; |
| padding-right: 20px !important; | | padding-right: 20px !important; |
| }
| |
| /* ===== Search box (clean, modern) ===== */
| |
|
| |
| #p-search {
| |
| margin-left: 20px;
| |
| }
| |
|
| |
| .cdx-search-input__input {
| |
| background: rgba(255,255,255,0.12) !important;
| |
| border: 1px solid rgba(255,255,255,0.2) !important;
| |
| color: #fff !important;
| |
| border-radius: 8px !important;
| |
| padding: 6px 10px !important;
| |
| }
| |
|
| |
| .cdx-search-input__input::placeholder {
| |
| color: rgba(255,255,255,0.6);
| |
| }
| |
|
| |
| /* Search button */
| |
| .cdx-search-input__end-button {
| |
| background: rgba(255,255,255,0.15) !important;
| |
| color: #fff !important;
| |
| border: none !important;
| |
| } | | } |
|
| |
|
| Line 746: |
Line 722: |
| .vector-header-end { | | .vector-header-end { |
| order: 3 !important; | | order: 3 !important; |
| }
| |
| /* ===== Search box ===== */
| |
| #p-search {
| |
| margin-left: 20px;
| |
| } | | } |
|
| |
|