mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
0a440a804f
* :nth-child(first) => :first-child * :nth-child(last) => :last-child * Add semicolons at end of declarations * Remove spaces between color functions (shade, alpha, ...) and args
8 lines
75 B
CSS
8 lines
75 B
CSS
label {
|
|
text-shadow: 1px 1px red;
|
|
}
|
|
|
|
.no-shadow {
|
|
text-shadow: none;
|
|
}
|