Version 21.91.2: Apr 05, 2022 Working on design of dark theme.

This commit is contained in:
acanas 2022-04-05 20:32:24 +02:00
parent 59beb921fb
commit e1c94b1c84
3 changed files with 4 additions and 4 deletions

View File

@ -2133,7 +2133,6 @@ table.CELLS_PAD_10 > tbody > tr > td {padding:10px;}
}
.SEL_BELOW_TITLE label
{
color:#202020;
font-size:13pt;
}

View File

@ -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)

View File

@ -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;