Skip to content

Commit

Permalink
style: Be specific about images with accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
A6GibKm committed Apr 1, 2023
1 parent fe97038 commit cff1d1c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ row .content .path.not-valid .info {
background-image: -gtk-icontheme("dialog-warning-symbolic");
}

row .content .bus button image,
row .content .variable button image,
row .content .path button image {
row .content .bus button .suggested-image,
row .content .variable button .suggested-image,
row .content .path button .suggested-image {
color: @accent_color;
}

Expand Down
1 change: 1 addition & 0 deletions src/widgets/busNameRow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<property name="valign">center</property>
<style>
<class name="info"/>
<class name="suggested-image"/>
</style>
</object>
</child>
Expand Down
1 change: 1 addition & 0 deletions src/widgets/pathRow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<property name="valign">center</property>
<style>
<class name="info"/>
<class name="suggested-image"/>
</style>
</object>
</child>
Expand Down
1 change: 1 addition & 0 deletions src/widgets/relativePathRow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<property name="valign">center</property>
<style>
<class name="info"/>
<class name="suggested-image"/>
</style>
</object>
</child>
Expand Down
1 change: 1 addition & 0 deletions src/widgets/variableRow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<property name="valign">center</property>
<style>
<class name="info"/>
<class name="suggested-image"/>
</style>
</object>
</child>
Expand Down

0 comments on commit cff1d1c

Please sign in to comment.