CSS: revert back to not setting {cursor: default} for all divs
This commit is contained in:
parent
b1ee9bcc06
commit
ba1a0d5ebc
1 changed files with 7 additions and 3 deletions
|
@ -26,9 +26,6 @@ body {
|
|||
code, pre {
|
||||
font-family: Menlo, Monaco, DejaVu Sans Mono, Lucida Console, Consolas, Bitstream Vera Sans Mono, monospace;
|
||||
}
|
||||
div {
|
||||
cursor: default;
|
||||
}
|
||||
div, input, textarea {
|
||||
font-family: Lucida Grande, Segoe UI, DejaVu Sans, Lucida Sans Unicode, Helvetica, Arial, sans-serif;
|
||||
font-size: 11px;
|
||||
|
@ -1688,6 +1685,7 @@ Menus
|
|||
}
|
||||
.OxMainMenu > .OxTitle {
|
||||
float: left;
|
||||
cursor: default;
|
||||
}
|
||||
.OxMainMenu.OxLarge > .OxTitle {
|
||||
height: 21px;
|
||||
|
@ -1756,6 +1754,9 @@ Menus
|
|||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.OxMenu .OxItem {
|
||||
cursor: default;
|
||||
}
|
||||
.OxMenu.OxLarge .OxItem {
|
||||
height: 20px;
|
||||
}
|
||||
|
@ -1852,6 +1853,7 @@ Menus
|
|||
}
|
||||
.OxMenu .OxScrollbar {
|
||||
text-align: center;
|
||||
cursor: default;
|
||||
display: none;
|
||||
}
|
||||
.OxMenu.OxLarge .OxScrollbar {
|
||||
|
@ -2248,6 +2250,7 @@ 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);
|
||||
|
@ -2502,6 +2505,7 @@ Video
|
|||
padding-top: 2px;
|
||||
font-size: 9px;
|
||||
text-align: right;
|
||||
cursor: default;
|
||||
}
|
||||
.OxVideoPlayer .OxSettings > .OxItem > img {
|
||||
width: 9px;
|
||||
|
|
Loading…
Reference in a new issue