Added search keyword highlighting
authorAlexander Ebert <ebert@woltlab.com>
Sun, 1 May 2016 10:22:01 +0000 (12:22 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 1 May 2016 10:22:01 +0000 (12:22 +0200)
wcfsetup/install/files/style/ui/search.scss [new file with mode: 0644]

diff --git a/wcfsetup/install/files/style/ui/search.scss b/wcfsetup/install/files/style/ui/search.scss
new file mode 100644 (file)
index 0000000..146c11e
--- /dev/null
@@ -0,0 +1,6 @@
+/* search keyword highlighting */
+.highlight {
+       background-color: rgba(255, 214, 30, 1);
+       color: rgba(0, 0, 0, 1);
+       padding: 0 2px;
+}