diff --git a/src/main/resources/lang/messages.properties b/src/main/resources/lang/messages.properties index eb19f39..bf03eaa 100644 --- a/src/main/resources/lang/messages.properties +++ b/src/main/resources/lang/messages.properties @@ -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 diff --git a/src/main/resources/lang/messages_sv.properties b/src/main/resources/lang/messages_sv.properties index 269aa5f..5439113 100644 --- a/src/main/resources/lang/messages_sv.properties +++ b/src/main/resources/lang/messages_sv.properties @@ -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 diff --git a/src/main/resources/static/styles.css b/src/main/resources/static/styles.css index e3106a1..06a3354 100644 --- a/src/main/resources/static/styles.css +++ b/src/main/resources/static/styles.css @@ -50,10 +50,6 @@ background-color: #ddd; } -.dropdown:hover .dropdown-content { - display: block; -} - td { overflow-wrap: break-word; } @@ -71,7 +67,7 @@ td { /* Header row styles */ .styled-table thead tr { - background-color: #ff0099; + background-color: #455268; color: #ffffff; text-align: left; } @@ -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, @@ -124,7 +120,7 @@ td { .welcome-message { text-align: center; - color: indigo; + color: #1C263C; font-family: Verdana, sans-serif; }