Skip to content

Commit 41d543f

Browse files
committed
devtools: fix dirac prompt icon css
1 parent f6a9ed7 commit 41d543f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resources/unpacked/devtools/front_end/console/dirac-prompt.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
.dirac-flavor::before {
10-
background-position: -192px -96px;
10+
background-position: -20px -20px;
1111
-webkit-filter: hue-rotate(280deg);
1212
}
1313

@@ -54,7 +54,7 @@
5454
}
5555

5656
#console-prompt-dirac::before {
57-
background-position: -192px -96px;
57+
background-position: -20px -20px;
5858
-webkit-filter: hue-rotate(280deg);
5959
}
6060

@@ -80,8 +80,8 @@
8080
height: 10px;
8181
margin-top: -4px;
8282
-webkit-user-select: none;
83-
background-image: url(Images/toolbarButtonGlyphs.png);
84-
background-size: 352px 168px;
83+
background-image: url(Images/smallIcons.png);
84+
background-size: 190px 30px;
8585
}
8686

8787
#console-status-dirac .status-banner {
@@ -114,7 +114,7 @@
114114

115115
@media (-webkit-min-device-pixel-ratio: 1.5) {
116116
#console-prompt-dirac::before {
117-
background-image: url(Images/toolbarButtonGlyphs_2x.png);
117+
background-image: url(Images/smallIcons_2x.png);
118118
}
119119
}
120120

0 commit comments

Comments
 (0)