[Bug 1301607] Re: Ambiance Combo box - black highlighted text and scroll arrows

2014-06-02 Thread Dario Ruellan
Thanks Dennis. I'll test your solution, but I think it worth the
attention of the theme team for approval and merge.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301607

Title:
  Ambiance Combo box - black highlighted text and scroll arrows

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1301607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1301607] Re: Ambiance Combo box - black highlighted text and scroll arrows

2014-05-31 Thread Dennis Simon
I have confirmed this in the default Ambiance theme, and have included a
fix for anybody interested which has been tested thoroughly on my
system:

Before doing anything, if you are currently using Ambiance and it is
your active theme, please switch to another theme such as default
Radiance. Right-click on your desktop & choose "Change Desktop
Background" from the menu, then under "Theme" option use the combobox
menu to select Radiance; close the window & now we can proceed.

Open a terminal and type: sudo gedit /usr/share/themes/Ambiance/gtk-3.0
/gtk-widgets.css; then input your password at the prompt and the default
text editor should open with the defined widget styles for Ambiance
ready to be edited. We are going to make a few changes to this file:

(1) You will notice when scrolling through this file it is fairly well
organized with widget names for each type of Gtk3 object that is styled.
You will want to find the "menu" style heading; in my customized css
file it is around line 895. Scroll down just before the"context-menu"
style declaration (line 976) and add these lines to fix the arrow button
color while scrolling in large menus:

.toolbar .menu.button:hover,
.toolbar .menu.button:active,
.toolbar .menu.button:active:insensitive,
.toolbar .menu.button:insensitive,
.toolbar .menu.button,
GtkComboBox .menu.button:hover,
GtkComboBox .menu.button:active,
GtkComboBox .menu.button:active:insensitive,
GtkComboBox .menu.button:insensitive,
GtkComboBox .menu.button {
color: @fg_color;
background-color: shade (@bg_color, 1.08);
background-image: none;
border-style: none;
border-width: 1px;
}

(2) Now go down to the "menuitem" style declarations at line 1018;
scroll down a little further and you will see a style fix for lp:949368
identified as a workaround for earlier versions of Gnome. This fix is no
longer needed with the default gnome 3.10 libraries included in Ubuntu
14.04; and in fact it is the cause of the problem. Simply comment out
that workaround or delete it, it is your choice.

Now save your changes, exit the application, and change your theme back
to Ambiance to see the results. I suggest you open Calculator click on
the "Degrees" combobox and go down to "currency" and a long menu will
open with the proper scroll-arrow buttons to confirm.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301607

Title:
  Ambiance Combo box - black highlighted text and scroll arrows

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1301607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1301607] Re: Ambiance Combo box - black highlighted text and scroll arrows

2014-05-18 Thread Alberto Salvia Novella
** Changed in: hundredpapercuts
   Importance: Undecided => Low

** Changed in: hundredpapercuts
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301607

Title:
  Ambiance Combo box - black highlighted text and scroll arrows

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1301607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1301607] Re: Ambiance Combo box - black highlighted text and scroll arrows

2014-04-13 Thread Dario Ruellan
Well, that report is for 12.04, mainly GTK2. I think the problem is that
the fix is not compatible with GTK3 (the attribute cascades into the new
combos, or an explicit declaration is needed). If Settings are up to
date with GTK3, perhaps the fix is no longer needed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301607

Title:
  Ambiance Combo box - black highlighted text and scroll arrows

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1301607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1301607] Re: Ambiance Combo box - black highlighted text and scroll arrows

2014-04-13 Thread Adolfo Jayme
** Package changed: light-themes (Ubuntu) => ubuntu-themes (Ubuntu)

** Changed in: ubuntu-themes (Ubuntu)
   Importance: Undecided => Low

** Changed in: ubuntu-themes (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: ubuntu-themes (Ubuntu)
Milestone: None => trusty-updates

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301607

Title:
  Ambiance Combo box - black highlighted text and scroll arrows

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1301607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1301607] Re: Ambiance Combo box - black highlighted text and scroll arrows

2014-04-12 Thread Jared Sot
Guys I am tottally bummed out, I found that this Black Text may be
intentinol to fix a bug that will have the opessite effect.

I read in the source code of the theme at Line 1037, It mentioned this
is intentinol I Belive.

See:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/949368

This is what I sort of figured GTK Themes are so dang fickle in this
respect, GTK 3 has the same issues as GTK2 Theme are messy matter.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301607

Title:
  Ambiance Combo box - black highlighted text and scroll arrows

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1301607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1301607] Re: Ambiance Combo box - black highlighted text and scroll arrows

2014-04-12 Thread Jared Sot
** Also affects: light-themes (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: light-themes (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301607

Title:
  Ambiance Combo box - black highlighted text and scroll arrows

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1301607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1301607] Re: Ambiance Combo box - black highlighted text and scroll arrows

2014-04-10 Thread Adolfo Jayme
Black combobox scrollers are already reported at LP: #1247105.

** No longer affects: unity (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301607

Title:
  Ambiance Combo box - black highlighted text and scroll arrows

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1301607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1301607] Re: Ambiance Combo box - black highlighted text and scroll arrows

2014-04-08 Thread Dario Ruellan
Thanks Jared for the confirmation.
I've added the Ubuntu Theme team to the report, but could not find Andrew Cimi 
to subscribe him.
I'm going to bring attention of the QA team over this, to see if someone can 
fix it before the release.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301607

Title:
  Ambiance Combo box - black highlighted text and scroll arrows

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1301607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1301607] Re: Ambiance Combo box - black highlighted text and scroll arrows

2014-04-08 Thread Dario Ruellan
** Changed in: hundredpapercuts
   Status: New => Confirmed

** Also affects: ubuntu-themes
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301607

Title:
  Ambiance Combo box - black highlighted text and scroll arrows

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1301607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1301607] Re: Ambiance Combo box - black highlighted text and scroll arrows

2014-04-07 Thread Jared Sot
I can confirm this see screenshot! we need to fix before release, I am
looking for a fix as well...

This is a real issue with theme, I am not sure if they had to do this
becuase it breaks something else otherwise but please show it Andrew
Cimi & and Makers of the GTK Theme.

Any Dropdown box in GTK 3 , File Type, Options , Has Black text in the drop 
down menu See Picture.
 

** Attachment added: "Picture of the described bug"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1301607/+attachment/4073517/+files/Screenshot%20from%202014-04-07%2019%3A55%3A17.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301607

Title:
  Ambiance Combo box - black highlighted text and scroll arrows

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1301607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1301607] Re: Ambiance Combo box - black highlighted text and scroll arrows

2014-04-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301607

Title:
  Ambiance Combo box - black highlighted text and scroll arrows

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1301607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs