From fea102b2350d92f2800c0f07746bd6318b0eb122 Mon Sep 17 00:00:00 2001 From: "siarhei.zdabnou" Date: Tue, 22 Oct 2019 14:25:42 +0200 Subject: [PATCH] border & box-shadow duplications removed --- web/viewer.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index 281e1f531..a1ce11ad0 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -1027,12 +1027,12 @@ html[dir='rtl'] .verticalToolbarSeparator { .toolbarField { padding: 3px 6px; margin: 4px 0 4px 0; - border: 1px solid transparent; border-radius: 2px; background-color: hsla(0,0%,100%,.09); background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-clip: padding-box; - border: 1px solid hsla(0,0%,0%,.35); + border-width: 1px; + border-style: solid; border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42); box-shadow: 0 1px 0 hsla(0,0%,0%,.05) inset, 0 1px 0 hsla(0,0%,100%,.05); @@ -1379,11 +1379,6 @@ html[dir='rtl'] .outlineItemToggler::before { background-color: #474747; /* fallback */ background-image: url(images/texture.png), linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95)); - box-shadow: inset 1px 0 0 hsla(0,0%,100%,.08), - inset 0 1px 1px hsla(0,0%,0%,.15), - inset 0 -1px 0 hsla(0,0%,100%,.05), - 0 1px 0 hsla(0,0%,0%,.15), - 0 1px 1px hsla(0,0%,0%,.1); border: 1px solid hsla(0,0%,0%,.5); border-radius: 4px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);