Greg Sheremeta has uploaded a new change for review.

Change subject: webadmin: fixed contrast issue in search bar prefix label
......................................................................

webadmin: fixed contrast issue in search bar prefix label

PatternFly update introduced a change to the search bar, and the prefix label
was hard to read because it was gray on gray. This updates that label to be
black text in a light gray box, which is much easier to read.

Change-Id: I50cc91a5943f350291b5e1d8938a0912dbe30a7b
Signed-off-by: Greg Sheremeta <gsher...@redhat.com>
---
M 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/SearchPanelView.ui.xml
M packaging/branding/ovirt.brand/patternfly-custom-hacks.css
2 files changed, 11 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/01/27701/1

diff --git 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/SearchPanelView.ui.xml
 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/SearchPanelView.ui.xml
index 4f4537b..67f445f 100644
--- 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/SearchPanelView.ui.xml
+++ 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/SearchPanelView.ui.xml
@@ -66,23 +66,29 @@
             float: left;
             height: 25px;
             width: 100%;
+        }
+
+        .searchBoxMiddleSearchString td {
             outline: 1px gray solid;
         }
 
         .searchStringPrefixLabel {
             border: none;
-            outline: none;
+            outline: 1px gray solid;
             font-size: 14px;
             color: grey;
             height: 25px;
             line-height: 25px;
-            padding-right: 6px;
+            padding-left: 10px;
+            padding-right: 10px;
             white-space: nowrap;
+            background-color: #CACACA;
+            color: #000000;
         }
 
         .searchSuggestBox {
             padding-left: 10px;
-            padding-right: 0px;
+            padding-right: 2px;
             padding-bottom: 0px;
             padding-top: 0px;
             margin: 0px;
diff --git a/packaging/branding/ovirt.brand/patternfly-custom-hacks.css 
b/packaging/branding/ovirt.brand/patternfly-custom-hacks.css
index 92a220b..4cbd348 100644
--- a/packaging/branding/ovirt.brand/patternfly-custom-hacks.css
+++ b/packaging/branding/ovirt.brand/patternfly-custom-hacks.css
@@ -310,12 +310,12 @@
 
 #SearchPanelView_searchStringInput {
     height: 26px;
-    line-height: 26px;
+    line-height: 16px;
 }
 @media screen and (-webkit-min-device-pixel-ratio:0) {
     #SearchPanelView_searchStringInput {
         height: 25px;
-        line-height: 25px;
+        line-height: 15px;
     }
 }
 .dab_dropdownImage_pfly_fix {


-- 
To view, visit http://gerrit.ovirt.org/27701
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I50cc91a5943f350291b5e1d8938a0912dbe30a7b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Greg Sheremeta <gsher...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to