Browse
For agents
About
Cooked – Recipe Management
/
trunk
Cooked – Recipe Management
vtrunk
Switch version
1.16.1
1.16.0
1.15.0
trunk
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.12.0
1.13.0
1.14.0
1.7.10
1.7.11
1.7.12
1.7.13
1.7.15.1
1.7.15.3
1.7.15.4
1.8.0
1.8.1
1.8.2
1.8.3
1.8.4
All 37 releases
Overview
Code
cooked
/
assets
/
admin
/
css
/
selectize
/
cooked-selectize.css
cooked-selectize.css
in Cooked – Recipe Management trunk, at assets/admin/css/selectize/cooked-selectize.css
6 lines
478 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
2
.
selectize-input
{
overflow
:
visible
!important
;
}
3
.
selectize-control
.
multi
.
selectize-input
[
data-value
]
{
text-shadow
:
none
;
background
:
#
eee
;
color
:
#
333
;
border
:
none
;
}
4
.
selectize-control
.
multi
.
selectize-input
[
data-value
]
.
active
{
text-shadow
:
none
;
background
:
#
f5f5f5
;
color
:
#
666
;
border
:
none
;
}
5
.
selectize-control
.
multi
.
selectize-input
>
div
{
padding
:
3
px
7
px
4
px
;
margin
:
0
;
width
:
100
%
;
box-sizing
:
border-box
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
6