/usr/share/themes/TraditionalOkTest/gtk-3.0/applications.css is in mate-themes 1.9.2-1.
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 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 | /************
* Nautilus *
************/
/*
.nautilus-desktop.nautilus-canvas-item {
color: @theme_base_color;
text-shadow: 1 1 alpha (@theme_fg_color, 0.8);
}
.nautilus-desktop.nautilus-canvas-item:active,
.nautilus-desktop.nautilus-canvas-item:prelight,
.nautilus-desktop.nautilus-canvas-item:selected {
text-shadow: none;
}
*/
.nautilus-desktop .entry {
background-image: none;
border-image: none;
}
NautilusToolbar .linked.raised GtkToggleButton.button:first-child,
NautilusToolbar .linked.raised GtkToggleButton.button:first-child:active:hover {
border-right-width: 1px;
}
/************
* Nemo *
************/
/*
.nemo-desktop.nemo-canvas-item {
color: @theme_base_color;
text-shadow: 1 1 alpha (@theme_fg_color, 0.8);
}
.nemo-desktop.nemo-canvas-item:active,
.nemo-desktop.nemo-canvas-item:prelight,
.nemo-desktop.nemo-canvas-item:selected {
text-shadow: none;
}
*/
.nemo-desktop .entry {
background-image: none;
border-image: none;
}
NemoToolbar .linked.raised GtkToggleButton.button:first-child,
NemoToolbar .linked.raised GtkToggleButton.button:first-child:active:hover {
border-right-width: 1px;
}
/*********
* gedit *
*********/
GeditMenuStackSwitcher.button.flat {
border-image: url("img/border.svg") 3 3 4 3 / 3px 3px 4px 3px repeat;
border-radius: 3px;
border-width: 1px 1px 2px 1px;
border-style: solid;
border-color: transparent;
}
.gedit-side-panel-paned,
.gedit-bottom-panel-paned,
.gedit-bottom-panel-stack-switcher .notebook GtkBox.vertical {
border-style: solid;
border-color: @toolbar_border_top_color;
}
.gedit-side-panel-paned {
border-width: 0px 1px 0px 0px;
}
.gedit-bottom-panel-paned {
border-width: 1px 0px 0px 0px;
}
.gedit-bottom-panel-stack-switcher .notebook GtkBox.vertical {
border-width: 1px;
}
.gedit-menu-stack-switcher {
padding: 15px 15px 2px 15px;
}
GeditMultiNotebook .notebook {
border-width: 0px 0px 1px 1px;
}
GeditViewFrame .gedit-search-slider {
padding: 4px;
border-image: url("img/border-focused.svg") 3 3 4 3 / 3px 3px 4px 3px repeat;
}
.gedit-search-entry-occurrences-tag {
color: @theme_text_color;
background-color: @theme_bg_color;
margin: 2px 0px 2px 2px;
padding: 2px;
}
GeditStatusbar .frame.flat {
border: none;
}
/**********
* evince *
**********/
EvPageActionWidget .linked .entry:first-child {
border-right-width: 0px;
}
/*******************
* gnome-documents *
*******************/
.documents-scrolledwin.frame {
border-width: 1px 0 0 0;
border-radius: 0;
}
.documents-main-view.view {
background-color: @theme_base_color;
}
GtkIconView.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-terminal *
******************/
TerminalScreen {
background-color: @theme_base_color;
color: @theme_fg_color;
}
/*********
* 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));
}
|