GTK3: Remove application imports

This commit is contained in:
Daniel Ruiz de Alegría 2020-10-01 14:54:45 +02:00
parent 9fcb3cd731
commit e09308be38
5 changed files with 2 additions and 16 deletions

View File

@ -1,8 +1,6 @@
/***************************
* Check and Radio buttons *
***************************/
@import url("applications/nautilus/Adwaita.css");
@import url("applications/gedit/Adwaita.css");
* {
padding: 0;
-GtkToolButton-icon-spacing: 4;
@ -5588,7 +5586,6 @@ filechooser placessidebar.sidebar,
background-color: rgba(0, 0, 0, 0.27);
color: inherit; }
/* Gedit */
/* XFCE4 panel action buttons */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
-gtk-icon-style: symbolic;

View File

@ -1,8 +1,6 @@
/***************************
* Check and Radio buttons *
***************************/
@import url("applications/nautilus/Adwaita.css");
@import url("applications/gedit/Adwaita.css");
* {
padding: 0;
-GtkToolButton-icon-spacing: 4;
@ -5588,7 +5586,6 @@ filechooser placessidebar.sidebar,
background-color: rgba(0, 0, 0, 0.27);
color: inherit; }
/* Gedit */
/* XFCE4 panel action buttons */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
-gtk-icon-style: symbolic;

View File

@ -1,8 +1,6 @@
/***************************
* Check and Radio buttons *
***************************/
@import url("applications/nautilus/Adwaita.css");
@import url("applications/gedit/Adwaita.css");
* {
padding: 0;
-GtkToolButton-icon-spacing: 4;
@ -5609,7 +5607,6 @@ filechooser placessidebar.sidebar,
background-color: rgba(0, 0, 0, 0.07);
color: inherit; }
/* Gedit */
/* XFCE4 panel action buttons */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
-gtk-icon-style: symbolic;

View File

@ -5,8 +5,8 @@ THEMES_DIR=../../../../share/themes/
.PHONY: build clean
build: $(patsubst %.scss, %.css, $(wildcard *.scss))
mkdir -p $(THEMES_DIR)Kali-Light/gtk-3.0/applications
mkdir -p $(THEMES_DIR)Kali-Dark/gtk-3.0/applications
mkdir -p $(THEMES_DIR)Kali-Light/gtk-3.0/
mkdir -p $(THEMES_DIR)Kali-Dark/gtk-3.0/
mkdir -p $(THEMES_DIR)Kali-Light/gnome-shell
mkdir -p $(THEMES_DIR)Kali-Dark/gnome-shell

View File

@ -1,8 +1,6 @@
$panel_bg : transparentize($bg_color, if($variant=='light', .1, .2));
/* Nautilus */
@import url('applications/nautilus/Adwaita.css');
@define-color disk_space_unknown #383c4a;
@define-color disk_space_used #{"" +$selected_bg_color};
@define-color disk_space_free white;
@ -133,9 +131,6 @@ filechooser,
}
}
/* Gedit */
@import url('applications/gedit/Adwaita.css');
/* XFCE4 panel action buttons */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
-gtk-icon-style: symbolic;