CSS: set body {cursor: default}
This commit is contained in:
parent
82638e1d45
commit
256c0cfa0d
1 changed files with 1 additions and 11 deletions
|
@ -18,6 +18,7 @@ blockquote {
|
|||
}
|
||||
body {
|
||||
margin: 0;
|
||||
cursor: default;
|
||||
overflow: hidden;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
|
@ -899,7 +900,6 @@ div.OxInput.OxSquare {
|
|||
div.OxInput > .OxInputLabel {
|
||||
float: left;
|
||||
padding: 0 6px 0 6px;
|
||||
cursor: default;
|
||||
}
|
||||
input.OxInput {
|
||||
border-width: 1px;
|
||||
|
@ -974,7 +974,6 @@ OxLabel
|
|||
border-radius: 8px;
|
||||
padding: 0 6px 0 6px;
|
||||
text-overflow: ellipsis;
|
||||
cursor: default;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
@ -1117,7 +1116,6 @@ OxSelect
|
|||
border-width: 1px;
|
||||
text-align: left;
|
||||
text-overflow: ellipsis;
|
||||
cursor: default;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
@ -1503,7 +1501,6 @@ Lists
|
|||
}
|
||||
.OxTableList .OxItem {
|
||||
height: 16px;
|
||||
cursor: default;
|
||||
}
|
||||
.OxTableList .OxItem .OxCell {
|
||||
float: left;
|
||||
|
@ -1685,7 +1682,6 @@ Menus
|
|||
}
|
||||
.OxMainMenu > .OxTitle {
|
||||
float: left;
|
||||
cursor: default;
|
||||
}
|
||||
.OxMainMenu.OxLarge > .OxTitle {
|
||||
height: 21px;
|
||||
|
@ -1754,9 +1750,6 @@ Menus
|
|||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.OxMenu .OxItem {
|
||||
cursor: default;
|
||||
}
|
||||
.OxMenu.OxLarge .OxItem {
|
||||
height: 20px;
|
||||
}
|
||||
|
@ -1853,7 +1846,6 @@ Menus
|
|||
}
|
||||
.OxMenu .OxScrollbar {
|
||||
text-align: center;
|
||||
cursor: default;
|
||||
display: none;
|
||||
}
|
||||
.OxMenu.OxLarge .OxScrollbar {
|
||||
|
@ -2250,7 +2242,6 @@ Video
|
|||
text-overflow: ellipsis;
|
||||
text-shadow: rgba(0, 0, 0, 1) 1px 1px 1px;
|
||||
color: rgb(255, 255, 255);
|
||||
cursor: default;
|
||||
overflow: hidden;
|
||||
z-index: 7;
|
||||
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
|
||||
|
@ -2505,7 +2496,6 @@ Video
|
|||
padding-top: 2px;
|
||||
font-size: 9px;
|
||||
text-align: right;
|
||||
cursor: default;
|
||||
}
|
||||
.OxVideoPlayer .OxSettings > .OxItem > img {
|
||||
width: 9px;
|
||||
|
|
Loading…
Reference in a new issue