Skip to content

Commit

Permalink
css fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pier2690 committed Oct 21, 2024
1 parent 629e2fc commit 17b9248
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ input::placeholder {
width: 100%;
}


.jp-AddNameContainer input::placeholder {
color: grey;
}
Expand All @@ -293,13 +292,12 @@ input::placeholder {
color: white;
}


.jp-BottomButtons button {
border-radius: 5px;
text-align: center;
width: 8vh;
height: 30px;
border: 1px solid rgb(203, 203, 203);
border: 1px solid gainsboro;
}

.jp-AddNameContainer button:hover {
Expand Down Expand Up @@ -367,7 +365,6 @@ input::placeholder {
bottom: 0;
}


.jp-BottomButtons button:hover {
cursor: pointer;
transform: scale(1.1);
Expand Down Expand Up @@ -494,8 +491,6 @@ input::placeholder {
}

.jp-PanelBackground {
/* background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../src/img/sfondo.webp);
padding-top: 20px; */
background-repeat: no-repeat;
background-position: center;
background-size: cover;
Expand Down

0 comments on commit 17b9248

Please sign in to comment.