first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/*------------------------------------------------------------------
|
||||
Header Cart
|
||||
-------------------------------------------------------------------*/
|
||||
#current-shop-items-dropdown { position: absolute; top: 100%; right: 0; background-color: #fff; z-index: 10000; padding: 20px; border-top: 3px solid transparent; text-align: left; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); max-height: 450px; width: 260px; overflow-y: auto; visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; }
|
||||
#current-shop-items-dropdown.show { visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
|
||||
.boxed-main-layout #current-shop-items-dropdown { right: 30px }
|
||||
#current-shop-items-dropdown .widgettitle { display: none }
|
||||
#current-shop-items-dropdown li:first-child { border-top: none }
|
||||
Reference in New Issue
Block a user