From d3bca410d0000fca2f7c7ffbfcabf15b7633510f Mon Sep 17 00:00:00 2001 From: Lukas Metzger Date: Sat, 16 Jan 2016 16:12:41 +0100 Subject: [PATCH] Changed focus look of filters --- domains.php | 4 ++-- include/custom.css | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/domains.php b/domains.php index ecbfc7e..0829a99 100644 --- a/domains.php +++ b/domains.php @@ -55,7 +55,7 @@ limitations under the License.
Name - +
@@ -64,7 +64,7 @@ limitations under the License.
Type - diff --git a/include/custom.css b/include/custom.css index 18a856b..ab09e38 100644 --- a/include/custom.css +++ b/include/custom.css @@ -11,4 +11,9 @@ .defaulthidden { display: none !important; } -.cursor-pointer {cursor: pointer; } \ No newline at end of file +.cursor-pointer {cursor: pointer; } + +.no-shadow { + box-shadow: none!important; + border-color: #CCC!important; +}