summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-02-16 22:38:37 +0100
committerWolfgang Ulbrich <[email protected]>2016-02-16 22:46:25 +0100
commitaf6d5a9cc1e3c35de46744a5b396dac0172b7bda (patch)
tree4a9ea7799bd239c7feda9dc4d7b84d0cfb50539e /desktop-themes
parent771538f59f5250bfc86225ca2e9e4e589daf4063 (diff)
downloadmate-themes-af6d5a9cc1e3c35de46744a5b396dac0172b7bda.tar.bz2
mate-themes-af6d5a9cc1e3c35de46744a5b396dac0172b7bda.tar.xz
GTK+-3.20: gnome-applications: clean up
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css340
1 files changed, 0 insertions, 340 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
index de570982..4e3c1e3b 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
@@ -280,338 +280,6 @@ RBSource .toolbar .button *:checked:hover {
text-shadow: 0 1px @theme_shadow_color;
}
-/************
- * Nautilus *
- ************/
-
-.info,
-.question,
-NautilusFloatingBar,
-NautilusTrashBar.info,
-NautilusTrashBar,
-NautilusXContentBar.info,
-NautilusSearchBar.info,
-NautilusQueryEditor.info {
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@nautilus_cluebar_color, 1.00)),
- to (shade(@nautilus_cluebar_color, 1.00)));
- border-radius: 0px;
- border-width: 0px 0px 1px 0px;
- border-style: solid;
- border-color: transparent @nautilus_cluebar_color shade(@nautilus_cluebar_color, 0.75);
- box-shadow: inset 0px 1px alpha(#fff, 0.06),
- inset 1px 0px alpha(#fff, 0.06),
- inset -1px 0px alpha(#fff, 0.06),
- inset 0px -1px alpha(#fff, 0.06);
-}
-
-/* avoid unwanted background color */
-NautilusQueryEditor .search-bar .linked.raised .button:focus:checked:first-child,
-NautilusQueryEditor .search-bar .linked.raised .button:focus:checked:last-child {
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@menu_bg_dark_color, 2.03)),
- to (shade(@menu_bg_dark_color, 1.17)));
-}
-
-/* remove right shadow */
-NautilusQueryEditor .search-bar .linked.raised .button.text-button:hover:first-child,
-NautilusQueryEditor .search-bar .linked.raised .button.text-button:checked:first-child {
- box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
- inset 1px 0px shade (@theme_selected_bg_color, 1.3),
- inset -1px 0px alpha(shade(@theme_selected_bg_color, 0.94), 0.80),
- inset 0px -1px shade (@theme_selected_bg_color, 1.3);
-}
-
-NautilusSearchBar .entry,
-NautilusSearchBar .entry:focus {
- -GtkEntry-inner-border: 1;
-}
-
-NautilusSearchBar .entry.image {
- color: shade(@nautilus_cluebar_color, 0.60);
-}
-
-NautilusTrashBar GtkLabel {
- color: shade(@theme_fg_color, 1.00);
- text-shadow: 0 1px @theme_shadow_color;
-}
-
-.info
-.nautilus-cluebar-label {
- font: bold;
- color: shade(@theme_fg_color, 1.00);
- text-shadow: 0 1px @theme_shadow_color;
-}
-
-.question .button,
-.question .button:hover,
-NautilusTrashBar .button,
-NautilusTrashBar .button:hover {
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@nautilus_cluebar_color, 1.08)),
- color-stop (0.45, shade(@nautilus_cluebar_color, 1.02)),
- color-stop (0.52, shade(@nautilus_cluebar_color, 0.96)),
- to (shade(@nautilus_cluebar_color, 0.92)));
- box-shadow: inset 0px 2px alpha(#fff, 0.09),
- inset 2px 0px alpha(#fff, 0.07),
- inset -2px 0px alpha(#fff, 0.07),
- inset 0px -2px alpha(#fff, 0.05),
- inset 0px 1px shade(@nautilus_cluebar_color, 0.80),
- inset 1px 0px shade(@nautilus_cluebar_color, 0.70),
- inset -1px 0px shade(@nautilus_cluebar_color, 0.70),
- inset 0px -1px shade(@nautilus_cluebar_color, 0.60);
- color: shade(@theme_fg_color, 1.00);
- text-shadow: 0px 1px @theme_shadow_color;
-}
-
-.question .button:active,
-.question .button:active:hover,
-NautilusTrashBar .button:active,
-NautilusTrashBar .button:active:hover,
-.question .button:checked,
-.question .button:checked:hover,
-NautilusTrashBar .button:checked,
-NautilusTrashBar .button:checked:hover {
-/* .button:active:hover */
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@nautilus_cluebar_color, 1.00)),
- color-stop (0.45, shade(@nautilus_cluebar_color, 0.95)),
- color-stop (0.52, shade(@nautilus_cluebar_color, 0.91)),
- to (shade(@nautilus_cluebar_color, 0.87)));
- /* outer */
- border-top-color: alpha(@focused_entry_border, 0.20);
- border-right-color: alpha(@focused_entry_border, 0.25);
- border-left-color: alpha(@focused_entry_border, 0.25);
- border-bottom-color: alpha(#fff, 0.10);
- box-shadow: inset 0px 2px alpha(#fff, 0.09),
- inset 2px 0px alpha(#fff, 0.07),
- inset -2px 0px alpha(#fff, 0.07),
- inset 0px -2px alpha(#fff, 0.05),
- inset 0px 1px shade(@nautilus_cluebar_color, 0.75),
- inset 1px 0px shade(@nautilus_cluebar_color, 0.65),
- inset -1px 0px shade(@nautilus_cluebar_color, 0.65),
- inset 0px -1px shade(@nautilus_cluebar_color, 0.55);
-}
-
-.question .button *:active,
-.question .button *:active:hover,
-NautilusTrashBar .button *:active,
-NautilusTrashBar .button *:active:hover,
-.question .button *:checked,
-.question .button *:checked:hover,
-NautilusTrashBar .button *:checked,
-NautilusTrashBar .button *:checked:hover {
- color: shade(@theme_text_color, 1.00);
- text-shadow: 0px 1px @theme_shadow_color;
-}
-
-.question .button:insensitive,
-NautilusTrashBar .button:insensitive {
-/* .button:active:hover */
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@nautilus_cluebar_color, 0.95)),
- color-stop (0.45, shade(@nautilus_cluebar_color, 0.90)),
- color-stop (0.52, shade(@nautilus_cluebar_color, 0.88)),
- to (shade(@nautilus_cluebar_color, 0.89)));
- box-shadow: inset 0px 1px shade(@nautilus_cluebar_color, 0.85),
- inset 1px 0px shade(@nautilus_cluebar_color, 0.81),
- inset -1px 0px shade(@nautilus_cluebar_color, 0.81),
- inset 0px -1px shade(@nautilus_cluebar_color, 0.78);
-}
-
-.question .button *:insensitive,
-NautilusTrashBar .button *:insensitive {
- color: mix(@nautilus_cluebar_color, @theme_fg_color, 0.50);
- text-shadow: none;
-}
-
-NautilusWindow .sidebar .scrollbar {
- background-image: none;
- border-style: solid;
- -GtkRange-stepper-size: 16;
- -GtkRange-stepper-spacing: 0;
- -GtkRange-trough-border: 1;
- -GtkRange-arrow-scaling: 0.666;
- -GtkRange-slider-width: 13;
- -GtkRange-trough-under-steppers: 1;
- -GtkScrollbar-has-backward-stepper: true;
- -GtkScrollbar-has-forward-stepper: true;
- -GtkScrollbar-activate-slider: 1;
- -GtkScrollbar-min-slider-length: 31;
- -GtkScrollbar-slider-width: 11;
- -GtkScrolledWindow-scrollbar-spacing: 0;
- -GtkScrolledWindow-scrollbars-within-bevel: 1;
-}
-
-NautilusWindow .sidebar .scrollbar.trough,
-NautilusWindow .sidebar .scrollbar.trough.vertical {
- border-radius: 0;
- border-width: 0 0px 0 1px;
- border-style: solid;
- border-color: shade (@theme_bg_color, 0.96);
-}
-
-/* the small line between sidebar and view */
-NautilusWindow GtkPaned.horizontal {
- border-color: shade(@theme_bg_color, 0.80);
- border-style: solid;
- border-width: 0px 1px 0px 0px;
- -GtkPaned-handle-size: 4px;
-}
-
-NautilusWindow .sidebar .frame {
- border-width: 0px;
- border-style: none;
- border-top-width: 0;
- border-bottom-width: 0;
-}
-
-/* frame icons nautilus view */
-NautilusView.frame {
- border-top-width: 0;
- border-right-width: 0;
- border-left-width: 0;
- border-bottom-width: 0;
- box-shadow: none;
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@theme_base_color, 1.00)),
- to (shade(@theme_base_color, 1.00)));
-}
-
-NautilusWindow .notebook {
- -GtkNotebook-initial-gap: 0;
- background-color: @theme_base_color;
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@theme_base_color, 1.00)),
- to (shade(@theme_base_color, 1.00)));
- border-width: 0px;
- border-style: none;
- border-left-style: none;
- border-right-style: none;
- border-radius: 0px;
- border-top-color: shade(@notebook_border, 1.00);
- border-left-color: @transparent;
- border-bottom-color: @transparent;
- border-right-color: @transparent;
- box-shadow: none;
-}
-
-NautilusWindow .notebook tab {
- border-width: 0px 1px;
- border-style: solid;
- border-color: shade(@notebook_border, 1.00);
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@sidebar_background, 0.90)),
- color-stop (0.15, shade(@sidebar_background, 1.00)),
- to (shade(@sidebar_background, 1.00)));
- box-shadow: inset 0px 1px alpha(#000, 0.08),
- inset 1px 0px alpha(#000, 0.04),
- inset -1px 0px alpha(#000, 0.04),
- inset 0px -1px shade(@notebook_border, 1.00);
-}
-
-NautilusWindow .notebook tab:active,
-NautilusWindow .notebook tab:checked {
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@theme_base_color, 0.90)),
- color-stop (0.15, shade(@theme_base_color, 1.00)),
- to (shade(@theme_base_color, 1.00)));
- border-image: none;
- border-left-color: shade(@notebook_border, 1.00);
- border-right-color: shade(@notebook_border, 1.00);
- box-shadow: inset 0px 1px alpha(#000, 0.08),
- inset 1px 0px alpha(#fff, 0.04),
- inset -1px 0px alpha(#fff, 0.04);
-}
-
-NautilusWindow .notebook tab.top {
- padding: 1px 6px;
-}
-
-NautilusWindow .notebook tab:first-child,
-NautilusWindow .notebook tab:first-child:active,
-NautilusWindow .notebook tab:first-child:checked {
- border-width: 0px 1px 0px 0px;
- border-radius: 0px;
-}
-
-NautilusWindow .notebook tab:last-child,
-NautilusWindow .notebook tab:last-child:active,
-NautilusWindow .notebook tab:last-child:checked {
- border-width: 0px 0px 0px 1px;
- border-radius: 0px;
-}
-
-NautilusWindow .notebook tab GtkLabel {
- padding: 0px;
- color: @theme_text_color;
- text-shadow: 0px 1px @theme_shadow_color;
-}
-
-NautilusWindow .notebook tab .button GtkImage {
- border-radius: 3px;
- color: mix(@theme_fg_color, @sidebar_background, 0.30);
- border-style: solid;
- border-color: transparent;
- border-width: 1px;
- padding: 0;
- icon-shadow: 1px 1px @theme_shadow_color;
-}
-
-NautilusWindow .notebook tab .button GtkImage:hover {
- color: @theme_fg_color;
- border-color: alpha(black, 0.1);
-}
-
-NautilusWindow .notebook tab .button GtkImage:active,
-NautilusWindow .notebook tab .button GtkImage:active:hover,
-NautilusWindow .notebook tab .button GtkImage:checked,
-NautilusWindow .notebook tab .button GtkImage:checked:hover {
- background-color: alpha(black, 0.15);
- color: shade(@theme_fg_color, 1.00);
- icon-shadow: 0px 1px @theme_shadow_color;
- border-color: alpha(black, 0.27)
- alpha(black, 0.13)
- alpha(black, 0.13)
- alpha(black, 0.13);
-}
-
-/* nautilus */
-.nautilus-canvas-item {
- border-radius: 3px;
-}
-
-/* desktop mode */
-.nautilus-desktop.nautilus-canvas-item {
- color: white;
- text-shadow: 1px 1px black;
-}
-
-.nautilus-desktop.nautilus-canvas-item:active,
-.nautilus-desktop.nautilus-canvas-item:checked {
- background-image: none;
- color: @theme_text_color;
-}
-
-.nautilus-desktop.nautilus-canvas-item:selected {
- color: @theme_selected_fg_color;
-}
-
-.nautilus-desktop.nautilus-canvas-item:active,
-.nautilus-desktop.nautilus-canvas-item:prelight,
-.nautilus-desktop.nautilus-canvas-item:selected {
- text-shadow: none;
-}
-
ApDocView, /* Abiword */
EogScrollView, /* Eog */
CheeseThumbView /* Cheese */
@@ -620,14 +288,6 @@ CheeseThumbView /* Cheese */
-EogScrollView-shadow-type: none;
}
-/* Documents */
-gnome_control_center GtkScrolledWindow.frame,
-GnomeControlCenter GtkScrolledWindow.frame,
-.documents-scrolledwin.frame {
- border-width: 0px;
- border-radius: 0;
-}
-
.documents-counter {
background-image: url('assets/dnd-counter.svg');
background-size: contain;