From aff81e1bfaded68737bed7be128b140b989c2433 Mon Sep 17 00:00:00 2001 From: KittBlog Date: Fri, 28 Sep 2012 17:32:57 +0200 Subject: [PATCH] new classes for specific tables --- wcfsetup/install/files/style/tabular.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/wcfsetup/install/files/style/tabular.less b/wcfsetup/install/files/style/tabular.less index b05ca1e05c..ff09c76972 100644 --- a/wcfsetup/install/files/style/tabular.less +++ b/wcfsetup/install/files/style/tabular.less @@ -176,6 +176,18 @@ td:not(:last-child) { border-right: 1px solid rgba(255, 255, 255, .3); } + + td.focus { + background-color: @wcfContainerHoverBackgroundColor; + } + + td.left { + text-align: left; + } + + td.right { + text-align: right; + } } } } -- 2.20.1