add this to the end of the adaptivetheme/adaptivetheme_admin/css/at_admin.css file:

.views-edit-view .ctools-dropbutton .ctools-content input {
  color: #3188D1;
  outline: 0;
  font-weight: 300;
}

Comments

artis’s picture

Version: 7.x-2.1 » 7.x-2.x-dev
Status: Active » Needs review
StatusFileSize
new445 bytes

patch against 7.x-2.x-dev

artis’s picture

Found another place with the same issue (the +Add dropdown for adding a new display to the view)

Revised css code should is:

.views-edit-view .ctools-dropbutton .ctools-content input,
.views-edit-view .action-list input {
  color: #3188D1;
  outline: 0;
  font-weight: 300;
}

I will create a new patch and upload it on Monday when I get to work.

Jeff Burnz’s picture

Great, I will test this out later today and get it into dev in short order. Thanks for the patch, much appreciated.

artis’s picture

StatusFileSize
new484 bytes

You are welcome. I forgot about rolling this patch until I ran across the issue again on a new site. Patch Attached.

Jeff Burnz’s picture

Version: 7.x-2.x-dev » 7.x-3.x-dev
Component: Admin theme » CSS/HTML
Status: Needs review » Closed (fixed)

It was committed at some stage, my apologies for not checking this and attributing the commit.

artis’s picture

Not a problem. Glad to help.