| author | kenwalker | 2012-02-03 17:18:46 (EST) |
|---|---|---|
| committer | sfranklin | 2012-02-14 13:00:29 (EST) |
| commit | 591980767f8b055fd5c45f5fdc558a58634cc008 (patch) (side-by-side diff) | |
| tree | 491dc791076b352b22bc35a7e59d54a75ed7ee76 | |
| parent | b9553829dc8f41b63ac777d3cb5cda07b0d95823 (diff) | |
| download | org.eclipse.orion.client-591980767f8b055fd5c45f5fdc558a58634cc008.zip org.eclipse.orion.client-591980767f8b055fd5c45f5fdc558a58634cc008.tar.gz org.eclipse.orion.client-591980767f8b055fd5c45f5fdc558a58634cc008.tar.bz2 | |
Bug 370613 - CSS changes for cursor
3 files changed, 7 insertions, 5 deletions
diff --git a/bundles/org.eclipse.orion.client.core/web/css/breadcrumbs.css b/bundles/org.eclipse.orion.client.core/web/css/breadcrumbs.css index dcb1978..ca8c6ec 100644 --- a/bundles/org.eclipse.orion.client.core/web/css/breadcrumbs.css +++ b/bundles/org.eclipse.orion.client.core/web/css/breadcrumbs.css @@ -8,6 +8,7 @@ a.breadcrumb:hover { text-decoration: none; border-bottom: 1px dotted; color: #F58B0F; + cursor: pointer; } a.breadcrumb:visited { @@ -19,7 +20,6 @@ a.breadcrumb:visited { font-size: 10pt; color: #808080; text-decoration: none; - cursor: pointer; text-wrap: normal; } @@ -29,5 +29,4 @@ a.currentLocation:hover { color: #666666; text-decoration: none; border-bottom: 0; - cursor: pointer; }
\ No newline at end of file diff --git a/bundles/org.eclipse.orion.client.core/web/css/ide.css b/bundles/org.eclipse.orion.client.core/web/css/ide.css index b5594af..5e8bc86 100644 --- a/bundles/org.eclipse.orion.client.core/web/css/ide.css +++ b/bundles/org.eclipse.orion.client.core/web/css/ide.css @@ -1,5 +1,6 @@ html { overflow-x: hidden; /* workaround to get rid of horizontal scrollbar */ + cursor: default; } html, body { @@ -543,7 +544,6 @@ a:hover { width: 100%; border: 0; padding: 0; - cursor: pointer; font-size: 0.9em; min-height: 2.5em; border-top: 1px solid #dbdbdb @@ -871,4 +871,4 @@ a:hover { #test-tree { margin: 8px; -}
\ No newline at end of file +} diff --git a/bundles/org.eclipse.orion.client.core/web/settings/settings.css b/bundles/org.eclipse.orion.client.core/web/settings/settings.css index 6089cf4..f44a924 100644 --- a/bundles/org.eclipse.orion.client.core/web/settings/settings.css +++ b/bundles/org.eclipse.orion.client.core/web/settings/settings.css @@ -21,6 +21,7 @@ select { font-size: 1em;
border: 1px #999 solid;
color: #666;
+ cursor: pointer;
}
button {
@@ -29,6 +30,7 @@ button { border: solid 1px #999;
border-radius: 2px;
font-size: 0.9em;
+ cursor: pointer;
}
#pluginUrlEntry {
@@ -145,6 +147,7 @@ ul,menu,dir { color: white;
padding: 4px;
border-radius: 2px;
+ cursor: pointer;
}
.additions-light {
@@ -377,4 +380,4 @@ list>*,grid>* { .plugin-service-item {
width: 100%;
margin-left: 63px;
-}
\ No newline at end of file +} |

