Skip to content

Commit efe6fdb

Browse files
authored
Update Application.css
1 parent 91a45b2 commit efe6fdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

data/Application.css

Lines changed: 4 additions & 4 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-
actionbar button {
74+
stickybar_button {
7575
-gtk-icon-shadow: 0 1px alpha(white, 0.5);
7676
}
7777

78-
actionbar button:hover,
79-
actionbar 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);
@@ -100,7 +100,7 @@ editablelabel.editing {
100100
editablelabel,
101101
windowcontrols image,
102102
windowcontrols:backdrop image,
103-
actionbar image {
103+
stickybar_button {
104104
transition: color 750ms cubic-bezier(0.4, 0, 0.2, 1);
105105
}
106106

0 commit comments

Comments
 (0)