aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/yoga/content.css6
-rw-r--r--template/yoga/theme/Sylvia/theme.css2
2 files changed, 5 insertions, 3 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css
index 8ce56278a..ca6762f9f 100644
--- a/template/yoga/content.css
+++ b/template/yoga/content.css
@@ -109,11 +109,13 @@ TABLE.calMonth {
TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank {
vertical-align: top;
- font: bold 18px;
+ font-weight: bold;
+ font-size: 18px;
}
TD.calDayHead {
- font: bold 12px;
+ font-weight: bold;
+ font-size: 12px;
text-align: center;
}
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index 331fab650..fc045e663 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -84,7 +84,7 @@ input[type="text"], input[type="password"], input[type="button"], input[type="su
background-color:#444; color:#999; } /* stupid Line but needed due to inpact on other themes and deadline of Piwigo 2.0 */
INPUT, select, textarea { color:#999; background-color: #444; }
input[type="radio"], input[type="checkbox"],
-input[type="button"].rateButtonStarEmpty, input[type="button"].rateButtonStarFull, { background-color: transparent; }
+input[type="button"].rateButtonStarEmpty, input[type="button"].rateButtonStarFull { background-color: transparent; }
#qsearchInput:focus,
input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
.content UL.thumbnails SPAN.wrap2 {