CSS: revert back to not setting {cursor: default} for all divs

This commit is contained in:
rlx 2013-07-22 08:28:19 +00:00
parent b1ee9bcc06
commit ba1a0d5ebc

View file

@ -26,9 +26,6 @@ body {
code, pre { code, pre {
font-family: Menlo, Monaco, DejaVu Sans Mono, Lucida Console, Consolas, Bitstream Vera Sans Mono, monospace; font-family: Menlo, Monaco, DejaVu Sans Mono, Lucida Console, Consolas, Bitstream Vera Sans Mono, monospace;
} }
div {
cursor: default;
}
div, input, textarea { div, input, textarea {
font-family: Lucida Grande, Segoe UI, DejaVu Sans, Lucida Sans Unicode, Helvetica, Arial, sans-serif; font-family: Lucida Grande, Segoe UI, DejaVu Sans, Lucida Sans Unicode, Helvetica, Arial, sans-serif;
font-size: 11px; font-size: 11px;
@ -1688,6 +1685,7 @@ Menus
} }
.OxMainMenu > .OxTitle { .OxMainMenu > .OxTitle {
float: left; float: left;
cursor: default;
} }
.OxMainMenu.OxLarge > .OxTitle { .OxMainMenu.OxLarge > .OxTitle {
height: 21px; height: 21px;
@ -1756,6 +1754,9 @@ Menus
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
} }
.OxMenu .OxItem {
cursor: default;
}
.OxMenu.OxLarge .OxItem { .OxMenu.OxLarge .OxItem {
height: 20px; height: 20px;
} }
@ -1852,6 +1853,7 @@ Menus
} }
.OxMenu .OxScrollbar { .OxMenu .OxScrollbar {
text-align: center; text-align: center;
cursor: default;
display: none; display: none;
} }
.OxMenu.OxLarge .OxScrollbar { .OxMenu.OxLarge .OxScrollbar {
@ -2248,6 +2250,7 @@ Video
text-overflow: ellipsis; text-overflow: ellipsis;
text-shadow: rgba(0, 0, 0, 1) 1px 1px 1px; text-shadow: rgba(0, 0, 0, 1) 1px 1px 1px;
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
cursor: default;
overflow: hidden; overflow: hidden;
z-index: 7; z-index: 7;
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
@ -2502,6 +2505,7 @@ Video
padding-top: 2px; padding-top: 2px;
font-size: 9px; font-size: 9px;
text-align: right; text-align: right;
cursor: default;
} }
.OxVideoPlayer .OxSettings > .OxItem > img { .OxVideoPlayer .OxSettings > .OxItem > img {
width: 9px; width: 9px;