Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
67446042
Commit
67446042
authored
Sep 24, 2013
by
webchick
Browse files
Issue
#2094817
by mcjim: Fixed Vertical toolbar down icons are stretched.
parent
d05b3d33
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/toolbar/css/toolbar.icons.css
View file @
67446042
...
...
@@ -305,7 +305,7 @@
}
.toolbar
.menu
.menu
.toolbar-icon.toolbar-handle
:before
{
background-image
:
url("../../../misc/icons/5181c6/twistie-down.svg")
;
background-size
:
75%
75%
;
background-size
:
75%
;
}
.no-svg
.toolbar
.menu
.menu
.toolbar-icon.toolbar-handle
:before
{
background-image
:
url("../../../misc/icons/5181c6/twistie-down.png")
;
...
...
@@ -313,7 +313,7 @@
}
.toolbar
.menu
.menu
.toolbar-icon.toolbar-handle.open
:before
{
background-image
:
url("../../../misc/icons/787878/twistie-up.svg")
;
background-size
:
75%
75%
;
background-size
:
75%
;
}
.no-svg
.toolbar
.menu
.menu
.toolbar-icon.toolbar-handle.open
:before
{
background-image
:
url("../../../misc/icons/787878/twistie-up.png")
;
...
...
Write
Preview
Markdown
is supported
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