colours
This commit is contained in:
parent
12ad3fae51
commit
a44d4e52c5
@ -20,7 +20,7 @@ body {
|
||||
text-shadow:black 3px 2px;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
color: #FFFFFF;
|
||||
background-color: #08088A;
|
||||
background-color: #084791;
|
||||
border: none;
|
||||
border-radius: 60px;
|
||||
}
|
||||
@ -85,20 +85,26 @@ body {
|
||||
font-size: 14pt;
|
||||
text-decoration: none;
|
||||
border: 2px solid;
|
||||
color: black;
|
||||
background-color: #58D3F7;
|
||||
color: white;
|
||||
background-color: #084791;
|
||||
|
||||
}
|
||||
|
||||
.clButtonArea a:hover, a:visited, a:active {
|
||||
color: black;
|
||||
.clButtonArea a:hover {
|
||||
color: white;
|
||||
background-color: #0D71E4;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.clButtonArea a:visited, a:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.clNavButton {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
background-color: #4CAF50; /* Green */
|
||||
border: 1px solid green;
|
||||
background-color: #084791;
|
||||
border: 1px solid black;
|
||||
color: white;
|
||||
padding: 15px 32px;
|
||||
text-decoration: none;
|
||||
@ -109,9 +115,10 @@ body {
|
||||
}
|
||||
|
||||
.clNavButton:hover {
|
||||
background-color: #3e8e41;
|
||||
background-color: #0D71E4;
|
||||
}
|
||||
|
||||
|
||||
#idList {
|
||||
table-layout: fixed;
|
||||
width: auto;
|
||||
@ -124,9 +131,11 @@ body {
|
||||
text-align: center;
|
||||
padding-left: 5px;
|
||||
background-color: white;
|
||||
padding: 3px;
|
||||
border: 2px solid;
|
||||
}
|
||||
|
||||
#idList th, #idList td {
|
||||
#idList td {
|
||||
padding: 3px;
|
||||
border: 2px solid;
|
||||
cursor: pointer;
|
||||
@ -138,8 +147,8 @@ body {
|
||||
}
|
||||
|
||||
.selected {
|
||||
background-color: #08088A;
|
||||
color: #FFF;
|
||||
background-color: #0D71E4;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.clFormRow {
|
||||
|
@ -61,7 +61,7 @@
|
||||
<div id="idButtonArea" class="clButtonArea">
|
||||
<a href="/index" class="clButton">Startseite</a>
|
||||
<a href="/detail/?cat=${data['category']}" class="clButton">Neu</a>
|
||||
<a onclick="select('${data['category']}')" class="clButton">Bearbeiten</a>
|
||||
<a class="clButton" onclick="select('${data['category']}')">Bearbeiten</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user