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

Remove change to tooltip text color, for trisquel-mini

parent a7abb561
No related branches found
No related tags found
1 merge request!612Remove change to tooltip text color, for trisquel-mini
Pipeline #386 passed
......@@ -16,7 +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=6
VERSION=7
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu impish main universe'
. ./config
......@@ -93,7 +93,8 @@ sed '/^tooltip {$/,/^}$/s/color: white/color: black/' -i light/gtk-3.0/_common.s
sed '/^tooltip {$/,/^}$/s/border-radius: 5px/border-radius: 0px/' -i light/gtk-3.0/_common.scss
sed '/^tooltip {$/,/^}$/s/padding: 1px/padding: 3px/' -i light/gtk-3.0/_common.scss
sed '/^tooltip {$/,/^}$/s/text-shadow.*/text-shadow: none;/' -i light/gtk-3.0/_common.scss
sed '/tooltip/s/#000000/#F5F5B5/; s/#E1E1E1/#000000/' -i light/gtk-2.0/gtkrc dark/gtk-2.0/gtkrc
#Leave tooltip text as default.
#sed '/tooltip/s/#000000/#F5F5B5/; s/#E1E1E1/#000000/' -i light/gtk-2.0/gtkrc dark/gtk-2.0/gtkrc
#wider paned separators
sed '/Paned/,/^$/s/min-width: 1px/min-width: 4px/' -i light/gtk-3.0/_common.scss
......
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