removed colored backgrounds on product pages
authorAndrew Engelbrecht <andrew@fsf.org>
Wed, 30 Oct 2019 19:52:04 +0000 (15:52 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Wed, 30 Oct 2019 19:52:04 +0000 (15:52 -0400)
the grey background for extra images is still there, and needs some
testing.

css/style.css

index dcf2b1fa3501a2b7e22c95f02b62f794a88790c4..a722bb1ba4daf5f250e30db795146b02fbb89f18 100644 (file)
@@ -641,8 +641,6 @@ nav .search-block-form {
 .page-node-type-product .product .field--name-field-vendor {
   margin: 10px 10px 20px 0px;
   padding: 10px;
-  border: 1px solid #888;
-  border-radius: 10px;
 }
 
 .page-node-type-product .product .field--name-field-categories .field--item {
@@ -683,14 +681,6 @@ nav .search-block-form {
   background-color: #f3f3f3;
   border-color: #aaa;
 }
-.page-node-type-product .product .field--name-field-categories {
-  background-color: #def;
-  border-color: #8ad;
-}
-.page-node-type-product .product .field--name-field-vendor {
-  background-color: #dfe;
-  border-color: #8da;
-}
 
 @media screen and (max-width: 767px) {
   .page-node-type-product .product .field--name-field-extra-images {