Skip to content

Commit a700dfd

Browse files
authored
Update Application.css
1 parent a32f2fc commit a700dfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/Application.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ actionbar {
7171
transition: color 750ms cubic-bezier(0.4, 0, 0.2, 1);
7272
}
7373

74-
stickybar_button {
74+
.stickybar_button {
7575
-gtk-icon-shadow: 0 1px alpha(white, 0.5);
7676
}
7777

78-
stickybar_button:hover,
79-
stickybar_button:focus,
78+
.stickybar_button:hover,
79+
.stickybar_button:focus,
8080
windowcontrols button:hover,
8181
windowcontrols button:focus {
8282
background-color: alpha(@fg_color, 0.3);

0 commit comments

Comments
 (0)