From 0a39ebf140dcd7efcaf5f1dbb0be6dbe4e9d26f9 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Thu, 21 Jan 2016 20:49:17 -0800 Subject: [PATCH] Use .textbox for teambuilder textboxes Teambuilder textboxes used to have their own CSS. They've been updated to use the regular textbox CSS. This also makes them dark in Dark Mode. --- js/client-teambuilder.js | 22 ++++++------ style/client.css | 75 ++++++++++++++-------------------------- 2 files changed, 36 insertions(+), 61 deletions(-) diff --git a/js/client-teambuilder.js b/js/client-teambuilder.js index b735d9f99..0a2b0d897 100644 --- a/js/client-teambuilder.js +++ b/js/client-teambuilder.js @@ -1022,13 +1022,13 @@ buf += '
'; } buf += '
'; - buf += '
'; + buf += '
'; buf += ''; return buf; } buf += '
'; buf += '
'; - buf += ''; + buf += ''; buf += '
'; buf += '
'; @@ -1038,11 +1038,11 @@ var item = Tools.getItem(set.item); itemicon = ''; } - buf += '
' + itemicon + '
'; + buf += '
' + itemicon + '
'; // details buf += '
'; - buf += '
'; buf += '
'; - if (this.curTeam.gen > 1) buf += '
'; - if (this.curTeam.gen > 2) buf += '
'; + if (this.curTeam.gen > 1) buf += '
'; + if (this.curTeam.gen > 2) buf += '
'; buf += '
'; // moves if (!set.moves) set.moves = []; buf += '
'; - buf += '
'; - buf += '
'; - buf += '
'; - buf += '
'; + buf += '
'; + buf += '
'; + buf += '
'; + buf += '
'; buf += '
'; // stats - buf += '