Daniel Erez has uploaded a new change for review.

Change subject: webadmin: StorageView tabs - disable highlight in chrome
......................................................................

webadmin: StorageView tabs - disable highlight in chrome

IscsiStorageView.ui.xml:
Added 'outline: none' to the tabs to disable highlight in chrome.

Screenshot-of-defect: http://imgur.com/XUl7ZTl

Change-Id: I82e10323e555ce368f9dc21261a971e392dd3f13
Signed-off-by: Daniel Erez <de...@redhat.com>
---
M 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/storage/IscsiStorageView.ui.xml
1 file changed, 6 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/45/27345/1

diff --git 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/storage/IscsiStorageView.ui.xml
 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/storage/IscsiStorageView.ui.xml
index 3d98ccf..9360d40 100644
--- 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/storage/IscsiStorageView.ui.xml
+++ 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/storage/IscsiStorageView.ui.xml
@@ -42,6 +42,10 @@
                        margin: 2px;
                        height: 16px;
                }
+
+        .tabWrapper {
+            outline: none;
+        }
        </ui:style>
        
        <g:FlowPanel>
@@ -51,14 +55,14 @@
                </g:VerticalPanel>
                <t:DialogTabPanel ui:field="dialogTabPanel" height="340px" 
width="100%" addStyleNames="{style.tabPanel}">
                        <t:tab>
-                               <t:DialogTab ui:field="targetsToLunTab">
+                               <t:DialogTab ui:field="targetsToLunTab" 
addStyleNames="{style.tabWrapper}">
                                        <t:content>
                                            <w:ValidatedPanelWidget 
ui:field="targetsToLunsPanel" addStyleNames="{style.tabContentPanel}" />
                                        </t:content>
                                </t:DialogTab>
                        </t:tab>
                        <t:tab>
-                               <t:DialogTab ui:field="lunToTargetsTab">
+                               <t:DialogTab ui:field="lunToTargetsTab" 
addStyleNames="{style.tabWrapper}">
                                        <t:content>
                                            <w:ValidatedPanelWidget 
ui:field="lunsListPanel" addStyleNames="{style.tabContentPanel}" />
                                        </t:content>


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

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

Reply via email to