CSS: set body {cursor: default}

This commit is contained in:
rlx 2013-07-22 08:54:59 +00:00
parent 82638e1d45
commit 256c0cfa0d

View file

@ -18,6 +18,7 @@ blockquote {
} }
body { body {
margin: 0; margin: 0;
cursor: default;
overflow: hidden; overflow: hidden;
-moz-user-select: none; -moz-user-select: none;
-o-user-select: none; -o-user-select: none;
@ -899,7 +900,6 @@ div.OxInput.OxSquare {
div.OxInput > .OxInputLabel { div.OxInput > .OxInputLabel {
float: left; float: left;
padding: 0 6px 0 6px; padding: 0 6px 0 6px;
cursor: default;
} }
input.OxInput { input.OxInput {
border-width: 1px; border-width: 1px;
@ -974,7 +974,6 @@ OxLabel
border-radius: 8px; border-radius: 8px;
padding: 0 6px 0 6px; padding: 0 6px 0 6px;
text-overflow: ellipsis; text-overflow: ellipsis;
cursor: default;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
} }
@ -1117,7 +1116,6 @@ OxSelect
border-width: 1px; border-width: 1px;
text-align: left; text-align: left;
text-overflow: ellipsis; text-overflow: ellipsis;
cursor: default;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
} }
@ -1503,7 +1501,6 @@ Lists
} }
.OxTableList .OxItem { .OxTableList .OxItem {
height: 16px; height: 16px;
cursor: default;
} }
.OxTableList .OxItem .OxCell { .OxTableList .OxItem .OxCell {
float: left; float: left;
@ -1685,7 +1682,6 @@ Menus
} }
.OxMainMenu > .OxTitle { .OxMainMenu > .OxTitle {
float: left; float: left;
cursor: default;
} }
.OxMainMenu.OxLarge > .OxTitle { .OxMainMenu.OxLarge > .OxTitle {
height: 21px; height: 21px;
@ -1754,9 +1750,6 @@ 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;
} }
@ -1853,7 +1846,6 @@ Menus
} }
.OxMenu .OxScrollbar { .OxMenu .OxScrollbar {
text-align: center; text-align: center;
cursor: default;
display: none; display: none;
} }
.OxMenu.OxLarge .OxScrollbar { .OxMenu.OxLarge .OxScrollbar {
@ -2250,7 +2242,6 @@ 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);
@ -2505,7 +2496,6 @@ 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;