Skip to content
Permalink
Browse files
Remove pointer cursor from buttons
Is not consistent with gtk activities
  • Loading branch information
Manuel Quiñones committed May 8, 2013
1 parent e673a2d commit 1ac4397
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
@@ -6,9 +6,6 @@ body {
height: 100%;
background-color: #c0c0c0;
}
button {
cursor: pointer;
}
.unselectable {
-moz-user-select: none;
-webkit-user-select: none;
@@ -14,10 +14,6 @@ body {
background-color: @panel-grey;
}

button {
cursor: pointer;
}

.unselectable {
-moz-user-select: none;
-webkit-user-select: none;

0 comments on commit 1ac4397

Please sign in to comment.