Skip to content

Commit

Permalink
* Resize cursor is not shown in resizable areas of windows
Browse files Browse the repository at this point in the history
fixes issue 626 in cloud9infra
  • Loading branch information
giannis committed Apr 3, 2012
1 parent 023eea1 commit f35c3a4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions client/style/skins.xml
Expand Up @@ -2943,7 +2943,7 @@
position: relative;
border: 1px solid #c3c3c3;
background-color: white;
cursor: default;
/*cursor: default;*/
overflow : hidden;
font-family: Tahoma, Arial;
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -3151,7 +3153,7 @@
background-color : white;
color : #333;
}*/
.datagridFocus .records .selected span u{
.datagridFocus .records .selected span {
border-left : 1px solid #8bc0ed;
}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit f35c3a4

Please sign in to comment.