Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Publicious.org
Plugins
Admin Menu
Commits
dd3c0765
Commit
dd3c0765
authored
Sep 16, 2016
by
John James Jacoby
Browse files
Stronger white, more transparency.
Try to work with different color schemes.
parent
90207f23
Changes
2
Hide whitespace changes
Inline
Side-by-side
wp-admin-menu-plus.php
View file @
dd3c0765
...
...
@@ -45,5 +45,5 @@ function wp_amp_get_plugin_url() {
* @return int
*/
function
wp_amp_get_asset_version
()
{
return
20160916000
3
;
return
20160916000
4
;
}
wp-admin-menu-plus/assets/css/admin-menu-plus.css
View file @
dd3c0765
...
...
@@ -4,7 +4,7 @@
}
.wp-menu-separator
.separator
{
border-bottom
:
1px
solid
rgba
(
125
,
125
,
12
5
,
0.5
);
border-bottom
:
1px
solid
rgba
(
255
,
255
,
25
5
,
0.
2
5
);
}
/* Secondary Separators */
...
...
@@ -20,7 +20,7 @@
#adminmenu
ul
>
li
:not
(
:last-child
)
a
[
href
^=
"plugin-install.php"
]
:after
{
display
:
block
;
border-bottom
:
1px
solid
rgba
(
125
,
125
,
12
5
,
0.5
);
border-bottom
:
1px
solid
rgba
(
255
,
255
,
25
5
,
0.
2
5
);
height
:
14px
;
margin
:
0
-13px
;
content
:
''
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment