From e1c94b1c84d3f8326596c7bdd4d41de12914c470 Mon Sep 17 00:00:00 2001 From: acanas Date: Tue, 5 Apr 2022 20:32:24 +0200 Subject: [PATCH] Version 21.91.2: Apr 05, 2022 Working on design of dark theme. --- css/{swad21.91.1.css => swad21.91.2.css} | 1 - swad_changelog.h | 5 +++-- swad_forum.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename css/{swad21.91.1.css => swad21.91.2.css} (99%) diff --git a/css/swad21.91.1.css b/css/swad21.91.2.css similarity index 99% rename from css/swad21.91.1.css rename to css/swad21.91.2.css index 08b5a9091..fd7142b36 100644 --- a/css/swad21.91.1.css +++ b/css/swad21.91.2.css @@ -2133,7 +2133,6 @@ table.CELLS_PAD_10 > tbody > tr > td {padding:10px;} } .SEL_BELOW_TITLE label { - color:#202020; font-size:13pt; } diff --git a/swad_changelog.h b/swad_changelog.h index 44f609ad5..b5f48b950 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -606,10 +606,11 @@ TODO: Fix bug: error al enviar un mensaje a dos recipientes, error on duplicate TODO: Attach pdf files in multimedia. */ -#define Log_PLATFORM_VERSION "SWAD 21.91.1 (2022-04-05)" -#define CSS_FILE "swad21.91.1.css" +#define Log_PLATFORM_VERSION "SWAD 21.91.2 (2022-04-05)" +#define CSS_FILE "swad21.91.2.css" #define JS_FILE "swad21.78.2.js" /* + Version 21.91.2: Apr 05, 2022 Working on design of dark theme. (323232 lines) Version 21.91.1: Apr 05, 2022 Working on design of dark theme. (323232 lines) Version 21.91: Apr 05, 2022 Working on design of dark theme. (323235 lines) Version 21.90: Apr 01, 2022 Working on design of dark theme. (323707 lines) diff --git a/swad_forum.c b/swad_forum.c index 59caf34b7..3bee2463b 100644 --- a/swad_forum.c +++ b/swad_forum.c @@ -1420,7 +1420,7 @@ static void For_PutFormWhichForums (const struct For_Forums *Forums) - only the forums of current institution/degree/course *****/ Frm_BeginForm (ActSeeFor); Dat_PutHiddenParamOrder (Forums->ThreadsOrder); - HTM_DIV_Begin ("class=\"SEL_BELOW_TITLE\""); + HTM_DIV_Begin ("class=\"SEL_BELOW_TITLE DAT_%s\"",The_GetSuffix ()); HTM_UL_Begin (NULL); for (ForumSet = (For_ForumSet_t) 0;