diff core/themes/bartik/css/components/search-form.css @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 4c8ae668cc8c
children
line wrap: on
line diff
--- a/core/themes/bartik/css/components/search-form.css	Thu Feb 28 13:21:36 2019 +0000
+++ b/core/themes/bartik/css/components/search-form.css	Thu May 09 15:33:08 2019 +0100
@@ -13,21 +13,21 @@
 }
 [dir="rtl"] .search-form .form-search {
   float: right;
+  margin-right: 0;
   margin-left: 5px;
-  margin-right: 0;
 }
 .button.search-form__submit,
 .search-form__submit {
-  background: #f0f0f0 url(../../../../misc/icons/505050/loupe.svg) no-repeat center;
+  overflow: hidden;
+  width: 34px;
+  height: 26px;
+  margin-right: 0;
+  margin-left: 0;
+  padding: 0;
   cursor: pointer;
-  height: 26px;
-  margin-left: 0;
-  margin-right: 0;
-  overflow: hidden;
-  padding: 0;
   text-indent: -9999px;
   direction: ltr;
-  width: 34px;
+  background: #f0f0f0 url(../../../../misc/icons/505050/loupe.svg) no-repeat center;
 }
 .button.search-form__submit:hover,
 .search-form__submit:hover,