Theme updates

Adjusted Thunar spinner area so that it would match the spinner size.
Removed the icon shadow from the spinner icon when in a disabled state.
Reversed the vertical separator since it was facing the wrong direction.
This commit is contained in:
EMH-Mark-I 2020-06-11 19:13:34 -05:00
parent 552b55682b
commit bb752edf4c
3 changed files with 10 additions and 12 deletions

View File

@ -54,8 +54,8 @@ Make sure that all changes made here are part of the Thunar application.
background-color: black;
border-left: 1px solid @bg_shade;
box-shadow: inset 1px 0px @bg_bright;
min-width: 21px;
min-height: 17px;
min-width: 24px;
min-height: 24px;
background-image: url("../assets/status_badge_c95.png");
background-repeat: no-repeat;
background-position: center;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 876 B

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -493,13 +493,11 @@ spinner {
background: none;
opacity: 0;
-gtk-icon-source: url("assets/hglass_f1.png"); }
spinner:backdrop {
color: @bg_color; }
spinner:checked {
opacity: 1;
animation: spin 2s steps(20) infinite; }
spinner:checked:disabled {
opacity: 0.5; }
opacity: 0.5;
-gtk-icon-shadow: none; }