1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-24 04:36:34 +01:00

removed unnecessary cursor:pointer from the body of speeddial (#2599)

This commit is contained in:
Anmol Gautam 2018-02-11 20:48:57 +05:30 committed by David Rosca
parent 512a19e528
commit 56513dddc2
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -13,7 +13,6 @@ body {
font-family: sans-serif;
color: #eaeaea;
direction: %DIRECTION%;
cursor: pointer;
}
::-webkit-scrollbar {
@ -40,7 +39,6 @@ body * {
font-size: 100%;
line-height: 1.6;
margin: 0;
cursor: pointer;
}
.add {
@ -66,11 +64,13 @@ body * {
.add:hover {
background-color: rgba(0,0,0, 0.5);
box-shadow: 0 0 1px 2px rgba(0,175,255, 0.5);
cursor: pointer;
}
.sett:hover {
background-color: rgba(0,0,0, 0.5);
box-shadow: 0 0 1px 2px rgba(0,175,255, 0.5);
cursor: pointer;
}
#quickdial {
@ -385,6 +385,7 @@ input[type=button]:hover, input[type=text]:hover, select:hover {
box-shadow: 0 0 1px 2px rgba(0,175,255, 0.8);
background: rgba(0,175,255, 0.3);
transition: 0.1s;
cursor: pointer;
}
input[type=button]:active, select:active {
@ -471,6 +472,7 @@ input[type=checkbox] {
.checkbox label:hover {
box-shadow: 0 0 1px 2px rgba(0,175,255, 0.8);
transition: 0.2s;
cursor: pointer;
}
.checkbox label:after {