mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-26 19:47:32 +00:00
20 lines
331 B
CSS
Executable File
20 lines
331 B
CSS
Executable File
/*
|
|
backgrid-select2-cell
|
|
http://github.com/wyuenho/backgrid
|
|
|
|
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
|
|
Licensed under the MIT @license.
|
|
*/
|
|
|
|
.backgrid .select2-cell {
|
|
text-align: center;
|
|
}
|
|
|
|
.backgrid .select2-cell.editor {
|
|
padding: 0;
|
|
}
|
|
|
|
.backgrid .select2-cell.editor .select2-container {
|
|
width: 100%;
|
|
}
|