| 1 |
/** |
| 2 |
* groups-uie.css |
| 3 |
* |
| 4 |
* Copyright (c) "kento" Karim Rahimpur www.itthinx.com |
| 5 |
* |
| 6 |
* This code is released under the GNU General Public License. |
| 7 |
* See COPYRIGHT.txt and LICENSE.txt. |
| 8 |
* |
| 9 |
* This code is distributed in the hope that it will be useful, |
| 10 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 |
* GNU General Public License for more details. |
| 13 |
* |
| 14 |
* This header and all notices must be kept intact. |
| 15 |
* |
| 16 |
* @author Karim Rahimpur |
| 17 |
* @package groups |
| 18 |
* @since groups 2.6.1 |
| 19 |
*/ |
| 20 |
|
| 21 |
.selectize-dropdown.groups, |
| 22 |
.selectize-dropdown.groups-read, |
| 23 |
.selectize-dropdown.capability { |
| 24 |
width: auto !important; |
| 25 |
} |
| 26 |
.selectize-dropdown.groups .selectize-dropdown-content .option, |
| 27 |
.selectize-dropdown.capability .selectize-dropdown-content .option { |
| 28 |
text-align: initial; |
| 29 |
} |
| 30 |
.select-read-groups-container .selectize-control.groups-read div.selectize-input { |
| 31 |
box-sizing: border-box; |
| 32 |
} |
| 33 |
|