We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cba33e commit 4ad2aa0Copy full SHA for 4ad2aa0
web/css/src/themes/default.css
@@ -2440,7 +2440,7 @@ body.mobile .l-icon-shortcuts {
2440
height: 20px;
2441
position: relative;
2442
margin: 4px 0px 2px 2px;
2443
-
+ clip-path: ellipse(10px 10px at 50% 50%);
2444
}
2445
2446
.spinner-inner {
@@ -4306,4 +4306,4 @@ meter[value="4"]::-webkit-meter-optimum-value { background: green; }
4306
meter[value="1"]::-moz-meter-bar { background: red; }
4307
meter[value="2"]::-moz-meter-bar { background: orange; }
4308
meter[value="3"]::-moz-meter-bar { background: yellow; }
4309
-meter[value="4"]::-moz-meter-bar { background: green; }
+meter[value="4"]::-moz-meter-bar { background: green; }
0 commit comments