/usr/share/themes/TraditionalOk/gtk-3.0/applications.css is in mate-themes 3.22.16-4ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | /************
* Nautilus *
************/
.nautilus-desktop.nautilus-canvas-item {
color: @theme_base_color;
text-shadow: 1px 1px alpha (@theme_fg_color, 0.8);
}
.nautilus-desktop.nautilus-canvas-item:active,
.nautilus-desktop.nautilus-canvas-item:hover,
.nautilus-desktop.nautilus-canvas-item:selected {
text-shadow: none;
}
.nautilus-desktop .entry {
background-image: none;
border-image: none;
}
/*******************
* gnome-documents *
*******************/
.documents-scrolledwin.frame {
border-width: 1px 0 0 0;
border-radius: 0;
}
.documents-main-view.view {
background-color: @theme_base_color;
}
iconview.documents-main-view.check {
background-repeat: no-repeat;
background-position: center;
background-color: @theme_base_color;
}
.documents-selection-mode.toolbar {
border-width: 0;
}
.documents-selection-mode.toolbar .dim-label {
color: @theme_fg_color;
}
.documents-icon-bg {
background-color: @switch_trough_active_gradient_a;
border-radius: 3px;
color: @theme_base_color;
}
.documents-collection-icon {
background-color: @theme_bg_color;
border-radius: 3px;
}
/* gnome-weather */
#weather-page stack > scrolledwindow > viewport.frame,
#weather-page stack > scrolledwindow > viewport.frame > grid > frame {
background-color: transparent;
}
#weather-page frame.weather-clear .linked.stack-switcher.osd > button,
#weather-page frame.weather-overcast .linked.stack-switcher.osd > button,
#weather-page frame.weather-overcast stack > scrolledwindow > .frame label {
color: @theme_fg_color;
text-shadow: none;
}
#weather-page frame.weather-clear .linked.stack-switcher.osd > button:checked,
#weather-page frame.weather-overcast .linked.stack-switcher.osd > button:checked {
color: @osd_button_fg_active;
}
/*********
* Unity *
*********/
UnityPanelWidget,
.unity-panel {
background-image: none;
background-color: @theme_bg_color;
color: @theme_fg_color;
border-width: 0;
}
.unity-panel menubar menuitem:hover {
background-color: @menu_bg_color;
border-style: solid;
border-width: 1px 1px 0px;
border-color: @menubar_menuitem_hover_border_color;
border-radius: 3px 3px 0 0;
background-image: -gtk-gradient (linear,
left top,
left bottom,
from (@menubar_menuitem_hover_gradient_a),
color-stop (0.50, @menubar_menuitem_hover_gradient_b),
color-stop (0.50, @menubar_menuitem_hover_gradient_c),
to (@menubar_menuitem_hover_gradient_d));
}
|