# groups/4.7.0/css/groups_admin_post.css

Groups – Memberships and Access Control, version 4.7.0. 27 lines.

- Page: https://pluginprobe.com/plugins/groups/4.7.0/code/css/groups_admin_post.css
- Raw: https://pluginprobe.com/plugins/groups/4.7.0/raw/css/groups_admin_post.css
- Modified: 2023-02-08T18:43:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/groups/4.7.0/code/css/groups_admin_post.css#L10-L20`.

```css
/**
 * groups_admin_post.css
 *
 * Copyright (c) "kento" Karim Rahimpur www.itthinx.com
 *
 * This code is released under the GNU General Public License.
 * See COPYRIGHT.txt and LICENSE.txt.
 *
 * This code is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * This header and all notices must be kept intact.
 *
 * @author Karim Rahimpur
 * @package groups
 * @since groups 2.18.0
 */

.groups-groups-container .selectize-input input[type="select-multiple"] {
	font-size: inherit;
	vertical-align: middle;
	height: 28px;
	line-height: 28px;
}

```
