PluginProbe
Groups – Memberships and Access Control / 4.7.1
Groups – Memberships and Access Control v4.7.1
4.7.1 4.7.0 4.6.0 4.5.0 4.4.0 4.3.0 trunk 1.0.0-beta-1 1.0.0-beta-2 1.0.0-beta-3 1.0.0-beta-3b 1.0.0-beta-3c 1.0.0-beta-3d 1.1.4 1.1.5 1.10.0 1.10.1 1.10.2 1.10.3 1.11.0 1.11.1 1.11.2 1.11.3 1.12.0 1.13.0 All 131 releases
groups / css / groups-uie.css

groups-uie.css in Groups – Memberships and Access Control 4.7.1, at css/groups-uie.css

59 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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