From fdd3b5246cea8cd208480d815c3bcf036d15a3dd Mon Sep 17 00:00:00 2001 From: Alex Solomaha Date: Fri, 24 Mar 2017 23:16:42 +0200 Subject: [PATCH 1/2] Colorpicker fixes --- web/css/md.theme.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web/css/md.theme.css b/web/css/md.theme.css index 3460de2..55bb336 100644 --- a/web/css/md.theme.css +++ b/web/css/md.theme.css @@ -379,12 +379,7 @@ html, body { margin: 0; } -.sp-color, .sp-hue, .sp-clear { - border: none; -} - .sp-dragger { - border: 2px solid #fff; background: transparent; } From c1e5ec6bdaf8a67906beb489329f60853ab7872f Mon Sep 17 00:00:00 2001 From: Alex Solomaha Date: Fri, 24 Mar 2017 23:18:27 +0200 Subject: [PATCH 2/2] Fixes --- web/css/md.theme.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/web/css/md.theme.css b/web/css/md.theme.css index 55bb336..d670ed0 100644 --- a/web/css/md.theme.css +++ b/web/css/md.theme.css @@ -379,14 +379,6 @@ html, body { margin: 0; } -.sp-dragger { - background: transparent; -} - -.sp-slider { - opacity: 1; -} - /* Snackbar fixes */ #snackbar-container { position: fixed;