extendd translations, css work
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -21,6 +21,10 @@ fieldset {
|
||||
border-color: red;
|
||||
}
|
||||
|
||||
footer{
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
input{
|
||||
background-color: black;
|
||||
border-color: red;
|
||||
@@ -112,6 +116,11 @@ textarea{
|
||||
border-color: orange;
|
||||
}
|
||||
|
||||
.start_end button.join{
|
||||
background-color: none;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.taglist .tag{
|
||||
border-color: red;
|
||||
}
|
||||
@@ -155,6 +164,13 @@ textarea{
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.warn {
|
||||
background-color: yellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/** priority colors **/
|
||||
|
||||
|
||||
|
||||
@@ -419,4 +419,8 @@ fieldset.vcard{
|
||||
border-width: 1px;
|
||||
vertical-align: top;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.vcard td button.symbol{
|
||||
float: right;
|
||||
}
|
||||
@@ -119,12 +119,15 @@ textarea{
|
||||
.task.cancelled > a {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.task.started > a {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.task.pending > a {
|
||||
color: #606060;
|
||||
}
|
||||
|
||||
.task.complete > a {
|
||||
color: green;
|
||||
}
|
||||
|
||||
@@ -419,4 +419,8 @@ fieldset.vcard{
|
||||
border-width: 1px;
|
||||
vertical-align: top;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.vcard td button.symbol{
|
||||
float: right;
|
||||
}
|
||||
Reference in New Issue
Block a user