| 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 |
div.select-read-groups-container .selectize-control.groups-read div.selectize-input { |
| 31 |
box-sizing: border-box; |
| 32 |
} |
| 33 |
|
| 34 |
div.select-read-groups-container { |
| 35 |
box-sizing: border-box; |
| 36 |
} |
| 37 |
|
| 38 |
.groups-ts-wrapper { |
| 39 |
width: 95%; |
| 40 |
} |
| 41 |
.groups-ts-wrapper .groups-ts-control > input { |
| 42 |
width: auto; |
| 43 |
height: auto; |
| 44 |
} |
| 45 |
|
| 46 |
.groups-ts-wrapper.has-items .groups-ts-control > input::placeholder { |
| 47 |
opacity: 0.84; |
| 48 |
} |
| 49 |
|
| 50 |
.groups-ts-wrapper.has-items .groups-ts-control:hover > input::placeholder, |
| 51 |
.groups-ts-wrapper.has-items .groups-ts-control > input:focus::placeholder, |
| 52 |
.groups-ts-wrapper.has-items .groups-ts-control > input:hover::placeholder { |
| 53 |
opacity: 1.0; |
| 54 |
} |
| 55 |
|
| 56 |
#groups-permissions.postbox { |
| 57 |
overflow: visible; |
| 58 |
} |
| 59 |
|