Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Merge requests
!849
greybird-gtk-theme: fix invisible alt-tab selector under white brackground
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
greybird-gtk-theme: fix invisible alt-tab selector under white brackground
Ark74/package-helpers:fix_greybird_bg_11.0
into
aramo
Overview
1
Commits
1
Changes
1
Merged
Luis Guzmán
requested to merge
Ark74/package-helpers:fix_greybird_bg_11.0
into
aramo
2 years ago
Overview
1
Commits
1
Changes
1
Expand
1
0
Merge request reports
Compare
aramo
aramo (base)
and
latest version
latest version
77c71408
1 commit,
2 years ago
1 file
+
8
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
helpers/make-greybird-gtk-theme
+
8
−
2
Options
@@ -16,8 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
VERSION
=
9
EXTERNAL
=
'deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM main universe'
VERSION
=
10
.
./config
@@ -107,6 +106,13 @@ sed '/Paned/,/^}$/s/image($backdrop_borders_color)/image($bg_color)/' -i light/g
# fix panel toggles too wide
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
cat
<<
EOF
>> dark/gtk-2.0/apps/xfce-panel.rc
Loading