Добавлены кастомные курсоры
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: #1e1e1e;
|
background-color: #1e1e1e;
|
||||||
|
cursor: url(Orange_cursor.png) , default !important
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -24,6 +25,14 @@ h1 {
|
|||||||
color: orangered;
|
color: orangered;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
cursor: url(Orange_pointer.png), pointer !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
cursor: url(Orange_cursor.png), pointer !important;
|
||||||
|
}
|
||||||
|
|
||||||
.inputs {
|
.inputs {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -50,12 +59,14 @@ textarea::selection {
|
|||||||
|
|
||||||
input[type='checkbox'] {
|
input[type='checkbox'] {
|
||||||
accent-color: orangered;
|
accent-color: orangered;
|
||||||
|
cursor: url(Orange_pointer.png), pointer !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background-color: orangered;
|
background-color: orangered;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
cursor: url(Orange_pointer.png), pointer !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
button::selection {
|
button::selection {
|
||||||
|
|||||||
Reference in New Issue
Block a user