projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46b5b8a
)
new classes for specific tables
author
KittBlog
<mk@kittblog.com>
Fri, 28 Sep 2012 15:32:57 +0000
(17:32 +0200)
committer
KittBlog
<mk@kittblog.com>
Fri, 28 Sep 2012 15:32:57 +0000
(17:32 +0200)
wcfsetup/install/files/style/tabular.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/tabular.less
b/wcfsetup/install/files/style/tabular.less
index b05ca1e05c1c42118a955064cf80f9c1f6033056..ff09c769726839b6aafb8991fdc1d7eee0b90386 100644
(file)
--- 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;
+ }
}
}
}