diff --git a/klite.embd b/klite.embd index a2dd18517..e5c8b8b7e 100644 --- a/klite.embd +++ b/klite.embd @@ -621,6 +621,13 @@ Current version indicated by LITEVER below. padding-top: 2px; text-shadow: 1px 1px 1px #000000; } + .unstarted_block + { + vertical-align: bottom; + color: #ffffff; + font-size: 12pt; + font-family: "Helvetica"; + } /* Horizontal action bar */ #actionmenuitems button,#actionmenuitems2 button { @@ -2448,6 +2455,9 @@ Current version indicated by LITEVER below. z-index: 9999; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); } + .bolded { + font-weight: bold; + }