Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/resources/lang/messages.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
welcome=Welcome to GGang website
welcome=Welcome
title=Title
body=Message Body
author=Author
date=Date
messages.welcome=GGang message list
messages.welcome=Message list
username=Username
firstname=Firstname
lastname=Lastname
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/lang/messages_sv.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
welcome=Välkommen till GGängets webbsida
welcome=V�lkommen
title=Titel
body=Meddelande
author=Användare
date=Datum
messages.welcome=GGängets meddelandelista
messages.welcome=Meddelandelista
username=Användarnamn
firstname=Förnamn
lastname=Efternamn
Expand Down
12 changes: 4 additions & 8 deletions src/main/resources/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@
background-color: #ddd;
}

.dropdown:hover .dropdown-content {
display: block;
}

td {
overflow-wrap: break-word;
}
Expand All @@ -71,7 +67,7 @@ td {

/* Header row styles */
.styled-table thead tr {
background-color: #ff0099;
background-color: #455268;
color: #ffffff;
text-align: left;
}
Expand All @@ -91,12 +87,12 @@ td {
/* Active row styles (customize as needed) */
.styled-table tbody tr.active-row {
font-weight: bold;
color: #ff0099;
color: #455268;
}

/* Border for the last row */
.styled-table tbody tr:last-of-type {
border-bottom: 2px solid #ff0099;
border-bottom: 2px solid #455268;
}

.date-cell-header,
Expand Down Expand Up @@ -124,7 +120,7 @@ td {

.welcome-message {
text-align: center;
color: indigo;
color: #1C263C;
font-family: Verdana, sans-serif;
}

Expand Down