From f35c3a481fd42223f8745a921978e270a2ee6273 Mon Sep 17 00:00:00 2001 From: Giannis Date: Tue, 3 Apr 2012 16:47:03 +0300 Subject: [PATCH] * Resize cursor is not shown in resizable areas of windows fixes issue 626 in cloud9infra --- client/style/skins.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/client/style/skins.xml b/client/style/skins.xml index 163fc7eea38..ddf71b4c327 100644 --- a/client/style/skins.xml +++ b/client/style/skins.xml @@ -2943,7 +2943,7 @@ position: relative; border: 1px solid #c3c3c3; background-color: white; - cursor: default; + /*cursor: default;*/ overflow : hidden; font-family: Tahoma, Arial; @@ -3061,19 +3061,21 @@ .datagrid .records .row span{ height : 18px; background : white no-repeat 0 50%; + border-right:1px solid #D6D6D6; + border-left : 1px solid white; /*border-bottom : 1px solid #d6d6d6;*/ } .datagrid .records .row span u{ - padding : 2px 3px 2px 4px; + padding : 2px 0 2px 0; + margin: 0 8px 0 4px; height : 15px; display : block; text-decoration : none; text-overflow : ellipsis; white-space : nowrap; overflow : hidden; - border-right:1px solid #D6D6D6; - border-left : 1px solid white; + cursor: default; } .with-noise .records .row span u { @@ -3151,7 +3153,7 @@ background-color : white; color : #333; }*/ - .datagridFocus .records .selected span u{ + .datagridFocus .records .selected span { border-left : 1px solid #8bc0ed; } @@ -3401,7 +3403,7 @@ position: relative; border: 1px solid #c3c3c3; background-color: white; - cursor: default; + /*cursor: default;*/ overflow : hidden; font-family: Tahoma, Arial; font-size: 8pt;