mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 23:54:19 +02:00
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:
parent
552b55682b
commit
bb752edf4c
@ -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 |
@ -493,13 +493,11 @@ spinner {
|
||||
background: none;
|
||||
opacity: 0;
|
||||
-gtk-icon-source: url("assets/hglass_f1.png"); }
|
||||
|
||||
spinner:backdrop {
|
||||
spinner:backdrop {
|
||||
color: @bg_color; }
|
||||
|
||||
spinner:checked {
|
||||
spinner:checked {
|
||||
opacity: 1;
|
||||
animation: spin 2s steps(20) infinite; }
|
||||
|
||||
spinner:checked:disabled {
|
||||
opacity: 0.5; }
|
||||
spinner:checked:disabled {
|
||||
opacity: 0.5;
|
||||
-gtk-icon-shadow: none; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user