diff --git a/src/sass/_bootstrap.scss b/src/sass/_bootstrap.scss index 800c1a5..ab619d4 100644 --- a/src/sass/_bootstrap.scss +++ b/src/sass/_bootstrap.scss @@ -91,3 +91,7 @@ input[type="number"]::-webkit-outer-spin-button { .border-warning { border-color: #cd9035 !important; } + +.puntero { + cursor: default; +} \ No newline at end of file diff --git a/src/sass/_botonera-principal.scss b/src/sass/_botonera-principal.scss index 8aad67b..5386019 100644 --- a/src/sass/_botonera-principal.scss +++ b/src/sass/_botonera-principal.scss @@ -1,3 +1,4 @@ + .botonera-principal { menuitem { display: inline-block; @@ -242,16 +243,16 @@ .swiper-button-next { background-image: url("../img/derecha.png"); - &:hover { - filter: drop-shadow(4px 4px 4px gray); - } + // &:hover { + // // filter: drop-shadow(4px 4px 4px gray); + // } } .swiper-button-prev { background-image: url("../img/izquierda.png"); - &:hover { - filter: drop-shadow(4px 4px 4px gray); - } + // &:hover { + // filter: drop-shadow(4px 4px 4px gray); + // } } .btn-tareas-pausadas{