Skip to content
Snippets Groups Projects
Commit 77c71408 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

greybird-gtk-theme: fix invisible alt-tab selector under white brackground

parent 265a116c
No related branches found
No related tags found
1 merge request!849greybird-gtk-theme: fix invisible alt-tab selector under white brackground
Pipeline #649 passed
...@@ -16,8 +16,7 @@ ...@@ -16,8 +16,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
VERSION=9 VERSION=10
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM main universe'
. ./config . ./config
...@@ -107,6 +106,13 @@ sed '/Paned/,/^}$/s/image($backdrop_borders_color)/image($bg_color)/' -i light/g ...@@ -107,6 +106,13 @@ sed '/Paned/,/^}$/s/image($backdrop_borders_color)/image($bg_color)/' -i light/g
# fix panel toggles too wide # fix panel toggles too wide
sed '/min-width: 44px/d' -i light/gtk-3.0/_others.scss dark/gtk-3.0/_others.scss sed '/min-width: 44px/d' -i light/gtk-3.0/_others.scss dark/gtk-3.0/_others.scss
#fix invisible alt-tab transparent selector under white brackground.
cat << EOF >> dark/gtk-3.0/_others.scss
.osd image:selected {
background: #363636;
}
EOF
# lxde panel # lxde panel
cat << EOF >> dark/gtk-2.0/apps/xfce-panel.rc cat << EOF >> dark/gtk-2.0/apps/xfce-panel.rc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment