Removed ugly cursor images

This commit is contained in:
Thomas Basler 2021-01-05 21:50:56 +01:00
parent be2a8eeeff
commit 51849bee4e
5 changed files with 29 additions and 29 deletions

View File

@ -1,10 +1,10 @@
<style>
*{
font-family: 'Open Sans', sans-serif;
cursor: url('/resources/logos/cursor_normal.png'), auto;
cursor: auto;
}
* a, button, select{
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
}
#gameMenu button {
background-color: black;

View File

@ -1,10 +1,10 @@
<style>
*{
font-family: 'Open Sans', sans-serif;
cursor: url('/resources/logos/cursor_normal.png'), auto;
cursor: auto;
}
* a, button, select{
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
}
#menuIcon button {
background-color: black;
@ -16,7 +16,7 @@
#menuIcon button img{
width: 14px;
padding-top: 3px;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
}
#menuIcon section {
margin: 10px;

View File

@ -1,10 +1,10 @@
<style>
*{
font-family: 'Open Sans', sans-serif;
cursor: url('/resources/logos/cursor_normal.png'), auto;
cursor: auto;
}
* a, button, select{
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
}
#gameQuality {
background: #eceeee;

View File

@ -1,10 +1,10 @@
<style>
*{
font-family: 'Open Sans', sans-serif;
cursor: url('/resources/logos/cursor_normal.png'), auto;
cursor: auto;
}
* a, button, input{
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
}
#gameShare {
background: #eceeee;

View File

@ -1,9 +1,9 @@
*{
font-family: 'Open Sans', sans-serif;
cursor: url('/resources/logos/cursor_normal.png'), auto;
cursor: auto;
}
* a, button, select{
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
}
body{
overflow: hidden;
@ -112,7 +112,7 @@ video#myCamVideo{
}
/*btn animation*/
.btn-cam-action div{
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
position: absolute;
border: solid 0px black;
width: 44px;
@ -160,7 +160,7 @@ video#myCamVideo{
top: calc(48px - 37px);
left: calc(48px - 41px);
position: relative;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
}
/* Spinner */
@ -300,7 +300,7 @@ body {
right: -100px;
background: none;
border: none;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
animation: right .2s ease;
}
#cowebsite .close-btn img{
@ -532,7 +532,7 @@ input[type=range]:focus::-ms-fill-upper {
margin: 2%;
flex-basis: 96%;
transition: margin-left 0.2s, margin-right 0.2s, margin-bottom 0.2s, margin-top 0.2s, flex-basis 0.2s;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
/*flex-shrink: 2;*/
}
@ -549,7 +549,7 @@ input[type=range]:focus::-ms-fill-upper {
.sidebar > div {
margin: 2%;
transition: margin-left 0.2s, margin-right 0.2s, margin-bottom 0.2s, margin-top 0.2s, max-height 0.2s, max-width 0.2s;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
border-radius: 15px 15px 15px 15px;
}
@ -580,7 +580,7 @@ input[type=range]:focus::-ms-fill-upper {
margin: 1%;
max-height: 96%;
transition: margin-left 0.2s, margin-right 0.2s, margin-bottom 0.2s, margin-top 0.2s;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
}
.chat-mode > div:hover {
@ -674,7 +674,7 @@ input[type=range]:focus::-ms-fill-upper {
margin-top: 6px;
width: 30px;
height: 30px;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
padding: 0 5px;
transition: all .5s ease;
transform: rotateY(0);
@ -698,7 +698,7 @@ input[type=range]:focus::-ms-fill-upper {
.main-console div.console:hover,
.message-container div.clear:hover {
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
top: calc(100% + 5px);
transform: scale(1.2) translateY(3px);
}
@ -731,7 +731,7 @@ input[type=range]:focus::-ms-fill-upper {
transition: all .2s ease;
}
.main-console .btn-action .btn:hover{
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
background-color: #ffda01;
color: black;
border: 1px solid black;
@ -746,7 +746,7 @@ input[type=range]:focus::-ms-fill-upper {
.main-console .menu span {
margin: 20px;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
}
.main-console .menu span.active {
@ -780,10 +780,10 @@ input[type=range]:focus::-ms-fill-upper {
}
.main-console section div.upload label img{
height: 150px;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
}
.main-console section div.upload label img{
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
}
@ -875,7 +875,7 @@ div.modal-report-user{
right: 0;
left: auto;
top: 0;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
width: 15px;
height: 15px;
margin: 10px;
@ -894,7 +894,7 @@ div.modal-report-user{
transition: all .2s ease;
}
.modal-report-user button:hover{
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
background-color: #ffda01;
color: black;
border: 1px solid black;
@ -937,7 +937,7 @@ div.modal-report-user{
}
.discussion .active-btn{
display: none;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
height: 50px;
width: 50px;
background-color: #2d2d2dba;
@ -966,7 +966,7 @@ div.modal-report-user{
right: 10px;
background: none;
border: none;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
}
.discussion .close-btn img{
height: 15px;
@ -991,7 +991,7 @@ div.modal-report-user{
background-color: #ffffff69;
padding: 5px;
border-radius: 15px;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
}
.discussion .participants .participant:hover{
@ -1024,7 +1024,7 @@ div.modal-report-user{
}
.discussion .participants .participant button.report-btn{
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
cursor: pointer;
position: absolute;
background-color: #2d2d2dba;
right: 34px;