mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-08-17 15:48:31 +02:00
Adjusted the override files. Added missing symbolic icon for device icon sizes 16, 22, 24, 48. It was already present for 32.
32 lines
1005 B
CSS
Executable File
32 lines
1005 B
CSS
Executable File
/* GTK 3.22 Theme Override for the Chicago95 theme.
|
|
* REMOVE THIS FILE WHEN USING OTHER GTK THEMES! */
|
|
|
|
/* XFCE APP: XFCE Panel bar
|
|
* Add a border around the panelbar. */
|
|
.xfce4-panel {
|
|
border-right: 1px solid @bg_shade;
|
|
border-left: 1px solid @bg_bright;
|
|
border-top: 1px solid @bg_bright;
|
|
border-bottom: 1px solid @bg_shade; }
|
|
|
|
/* XFCE APP: XFCE Power Manager
|
|
* This helps keep the power manager plugin icon in the panel bar to
|
|
* stay small with the other plugin icons. */
|
|
#xfce4-power-manager-plugin {
|
|
padding: 6px 6px; }
|
|
|
|
/* XFCE APP: Color Profiles
|
|
* Add a background colour since the color profile app overrides the GTK theme. */
|
|
.color-profiles {
|
|
background-color: @bg_color; }
|
|
|
|
/* GNOME APP: GNOME Disks
|
|
* This is a fix for the GNOME Disks application grid style. */
|
|
.gnome-disk-utility-grid {
|
|
background-color: @bg_shade;
|
|
color: @font_bright;
|
|
border-radius: 0px;
|
|
outline-color: @border_bright; }
|
|
.gnome-disk-utility-grid:backdrop {
|
|
background-color: @bg_shade; }
|