// orders + css highlight / fixed-width
This commit is contained in:
@@ -466,17 +466,17 @@ tr.filter
|
||||
|
||||
//some helpers to get fixed width
|
||||
.fixed-width-xs
|
||||
width: 40px
|
||||
width: 40px!important
|
||||
.fixed-width-sm
|
||||
width: 80px
|
||||
width: 80px!important
|
||||
.fixed-width-md
|
||||
width: 120px
|
||||
width: 120px!important
|
||||
.fixed-width-lg
|
||||
width: 160px
|
||||
width: 160px!important
|
||||
.fixed-width-xl
|
||||
width: 200px
|
||||
width: 200px!important
|
||||
.fixed-width-xxl
|
||||
width: 250px
|
||||
width: 250px!important
|
||||
|
||||
// temp fix for latest bootstrap
|
||||
input[type="text"],input[type="search"],input[type="password"], textarea, select
|
||||
|
||||
Reference in New Issue
Block a user