Skip to content

Commit

Permalink
Improving buttons
Browse files Browse the repository at this point in the history
Improved buttons and removing footer-link decorations
  • Loading branch information
BreadlyUwU committed Apr 16, 2019
1 parent 02f3e89 commit 8de4e05
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions custom_portal.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
.user-container small,
.user-container .user-mail,
.user-container .user-mail,
.footer a,
#ynh-logout {
color: black !important;
text-shadow: 0px, 0px, 5px, black !important;
Expand Down Expand Up @@ -52,27 +53,17 @@
background-color: rgba(255, 255, 255, 0.5) !important;
color: black !important;
}
.btn:hover, .classic-btn:hover, .large-btn:hover {
background-color: none !important;
background-image: url(./btnTexture.png);
text-decoration: none;
}

.footer a {
padding: 2px;
color:black;
}
.link-profile-edit:hover {
background-color: rgba(231, 0, 0, 0.5);
.classic-btn:hover, .large-btn:hover {
background-color: rgba(0, 68, 255, 0.5) !important;
color: white !important;
text-decoration: none;
}
.link-documentation:hover {
background-color: rgba(0, 129, 31, 0.5);
.validate-btn:hover {
background-color: rgba(0, 129, 31, 0.5) !important;
color: white !important;
}
.link-admin:hover {
background-color: rgba(0, 68, 255, 0.5);
color: white !important;
.link-btn:hover {
background-color: rgba(255, 239, 0, 0.5) !important;
}

.messages.info {
Expand Down

0 comments on commit 8de4e05

Please sign in to comment.