update adminbsbs
This commit is contained in:
@@ -17,4 +17,5 @@
|
||||
//= require bootstrap/js/bootstrap-material-design.min
|
||||
//= require turbolinks
|
||||
//= require node-waves/waves.js
|
||||
//= require BSBMaterial/admin.js
|
||||
//= require BSBMaterial/admin.js
|
||||
//= require bootstrap-notify/bootstrap-notify.js
|
||||
@@ -32,4 +32,33 @@
|
||||
line-height: inherit;
|
||||
padding:5px;
|
||||
}
|
||||
/*----- Order Processing Items -----*/
|
||||
/*----- Order Processing Items -----*/
|
||||
|
||||
|
||||
/* ========== Select Field ========== */
|
||||
|
||||
/* Remove focus */
|
||||
select:focus {
|
||||
outline: none}
|
||||
|
||||
/* Hide label */
|
||||
.custom-selectfield label {display: none;}
|
||||
/* Use custom arrow */
|
||||
.custom-selectfield select {appearance: none}
|
||||
.custom-selectfield {
|
||||
position: relative;
|
||||
&:after {
|
||||
position: absolute;
|
||||
top: 1em;
|
||||
right: 0.5em;
|
||||
/* Styling the down arrow */
|
||||
width: 0;
|
||||
height: 0;
|
||||
padding: 0;
|
||||
content: '';
|
||||
border-left: .25em solid transparent;
|
||||
border-right: .25em solid transparent;
|
||||
border-top: .375em solid #111;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user