// orders WIP
This commit is contained in:
@@ -8392,6 +8392,17 @@ tr.highlight td {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
||||
/* line 737, admin-theme.sass */
|
||||
li.sortable-placeholder {
|
||||
border: 1px dashed #cccccc;
|
||||
background-color: #bbbbbb;
|
||||
margin-bottom: 4px;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-ms-border-radius: 5px;
|
||||
-o-border-radius: 5px;
|
||||
border-radius: 5px; }
|
||||
|
||||
/* line 1, _nav.sass */
|
||||
#nav-sidebar {
|
||||
float: left;
|
||||
|
||||
@@ -733,6 +733,15 @@ tr.highlight td
|
||||
outline: 0
|
||||
+box-shadow(none)
|
||||
|
||||
//module positions
|
||||
li.sortable-placeholder
|
||||
border: 1px dashed #CCC
|
||||
background-color: #BBB
|
||||
margin-bottom: 4px
|
||||
+border-radius(5px)
|
||||
|
||||
|
||||
|
||||
@import "nav"
|
||||
@import "toggle-switch"
|
||||
@import "carrier-wizard"
|
||||
|
||||
Reference in New Issue
Block a user