summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/shared/css/menu.css
Commit message (Collapse)AuthorAgeFilesLines
* ntp4: spiffinessestade@chromium.org2011-08-101-3/+2
| | | | | | | | | | | | 1. improve custom context menus (for all webui pages) 2. make dragged + clicked apps a little larger. They grow when you click 'em. BUG=92180,92103 TEST=manual Review URL: http://codereview.chromium.org/7611001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96209 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing appearance of disabled menu items on ChromeOS.tbarzic@chromium.org2011-07-271-2/+3
| | | | | | | | TEST=Check that disabled options in organize menu on chrome://bookmarks are not displayed as black text. BUG=chromium-os:17088 Review URL: http://codereview.chromium.org/7514022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94345 0039d316-1c4b-4281-b951-d872f2087c98
* ntp4: some context menu fixesestade@chromium.org2011-07-071-0/+6
| | | | | | | | | | | | | 1 - z-order: make it show on top of the footer 2 - disable uninstall when appropriate 3 - fix appearance of disabled items on linux/gtk (applies to all places menu.js is used) BUG=none TEST=see above Review URL: http://codereview.chromium.org/7227025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91740 0039d316-1c4b-4281-b951-d872f2087c98
* Limit width of Recently Closed menu items on NTPestade@chromium.org2011-06-201-13/+13
| | | | | | | | | | | The changes to menu.css are just sorting. I avoided adding a width limit to menu.css because it might not always make sense (and most context menus probably don't contain dynamic content; rather they just show predefined strings which naturally have a length limit). BUG=85759 TEST=manual Review URL: http://codereview.chromium.org/7146004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89722 0039d316-1c4b-4281-b951-d872f2087c98
* Update the HTML source to use the CSS3 syntax for gradients.arv@chromium.org2011-01-051-4/+5
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6079010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70528 0039d316-1c4b-4281-b951-d872f2087c98
* Remove CSS vendor prefixes where not needed.arv@chromium.org2010-12-081-1/+1
| | | | | | | | | | | | | | | | | | | The following css properties where updated. -webkit-background-size -webkit-box-sizing -webkit-border-radius -webkit-border-top-left-radius -webkit-border-top-right-radius -webkit-border-bottom-left-radius -webkit-border-bottom-right-radius BUG=None TEST=None Review URL: http://codereview.chromium.org/5672001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68637 0039d316-1c4b-4281-b951-d872f2087c98
* o Add user customizable launch type for apps by adding options in each apps ↵andybons@chromium.org2010-09-301-0/+17
| | | | | | | | | | | | | | | | | | | | | context menu. o Updated some comments that were using the outdated NOTIFY_PREF_CHANGED notification. o Make LAUNCH_PINNED the default type returned by ExtensionPrefs if it does not already exist. o Some minor refactoring within the code to reduce duplication. BUG=54731 TEST=NONE patch from issue 3419010 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60997 Reverted: http://crrev.com/61000 Review URL: http://codereview.chromium.org/3453029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61021 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 60997 - o Add user customizable launch type for apps by adding ↵andybons@chromium.org2010-09-291-17/+0
| | | | | | | | | | | | | | | | | | | | options in each apps context menu. o Updated some comments that were using the outdated NOTIFY_PREF_CHANGED notification. o Make LAUNCH_PINNED the default type returned by ExtensionPrefs if it does not already exist. o Some minor refactoring within the code to reduce duplication. BUG=54731 TEST=NONE patch from issue 3419010 Review URL: http://codereview.chromium.org/3453029 TBR=andybons@chromium.org Review URL: http://codereview.chromium.org/3517004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61000 0039d316-1c4b-4281-b951-d872f2087c98
* o Add user customizable launch type for apps by adding options in each apps ↵andybons@chromium.org2010-09-291-0/+17
| | | | | | | | | | | | | | | | | context menu. o Updated some comments that were using the outdated NOTIFY_PREF_CHANGED notification. o Make LAUNCH_PINNED the default type returned by ExtensionPrefs if it does not already exist. o Some minor refactoring within the code to reduce duplication. BUG=54731 TEST=NONE patch from issue 3419010 Review URL: http://codereview.chromium.org/3453029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60997 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Don't paint menu separators as selectedarv@chromium.org2010-09-161-2/+2
| | | | | | | | | | | BUG=55798 TEST=Go to bookmark manager Right click the list Mouse over and mousedown on a separator. It should not change color. Review URL: http://codereview.chromium.org/3381007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59607 0039d316-1c4b-4281-b951-d872f2087c98
* NTP: Adds a context menu to the apps sectionarv@chromium.org2010-09-061-2/+2
| | | | | | | | | | | | | | This uses the cr Menu system and replaces the old options menu with a cr Menu. BUG=52446 TEST=Start chrome with enable-apps. Install some apps. Right clicking on an app should show a context menu. Clicking the wrench should show the same menu. Review URL: http://codereview.chromium.org/3315005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58648 0039d316-1c4b-4281-b951-d872f2087c98
* NTP: use the shared menu.css for the options menu.arv@chromium.org2010-05-201-2/+1
| | | | | | | | | BUG=None TEST=Manual Review URL: http://codereview.chromium.org/2063014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47837 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI shared resources: Update menu style to follow Roma's spec for menusarv@chromium.org2010-05-191-10/+22
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/2104011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47736 0039d316-1c4b-4281-b951-d872f2087c98
* Rework of the shared resources patch for checkinfeldstein@chromium.org2010-04-281-0/+48
Implement shared resources and use them in bookmark manager I had an issue with git when moving files so i had to create a new patch to delete/readd them here. See code review 1564034. This is just for trybots/checkins. BUG=none TEST=none Review URL: http://codereview.chromium.org/1694019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45885 0039d316-1c4b-4281-b951-d872f2087c98