fix tooltip text

This commit is contained in:
Izalia Mae 2022-08-27 20:24:51 -04:00
parent 3d63f3ea00
commit 287c256794
2 changed files with 17 additions and 2 deletions

View file

@ -1430,6 +1430,7 @@
<property name="can-focus">True</property>
<property name="focus-on-click">False</property>
<property name="receives-default">True</property>
<property name="tooltip-text" translatable="yes">Closed Tabs</property>
<property name="valign">center</property>
<property name="margin-start">5</property>
<property name="image">tabs-closed-icon</property>
@ -1459,7 +1460,7 @@
<property name="image">tabs-new-icon</property>
<property name="relief">none</property>
<style>
<class name="tab-button"/>
<class name="notebook-button"/>
</style>
</object>
<packing>
@ -1480,7 +1481,7 @@
<property name="relief">none</property>
<property name="popover">tabs-menu-popover</property>
<style>
<class name="tab-button"/>
<class name="notebook-button"/>
</style>
</object>
<packing>

View file

@ -62,3 +62,17 @@ entry:focus, text:focus {
background-color: shade(@primary, 0.25);
border: 1px solid @primary;
}
tooltip {
background-color: @primary;
}
tooltip label {
color: @background;
text-shadow: none;
}
.notification-container {
background-color: @primary;
color: @background;
}