Comments on: :disabled https://css-tricks.com Tips, Tricks, and Techniques on using Cascading Style Sheets. Fri, 18 Aug 2017 09:21:13 +0000 hourly 1 https://wordpress.org/?v=6.4.3 By: Ich https://css-tricks.com/almanac/selectors/d/disabled/#comment-1611180 Fri, 18 Aug 2017 09:21:13 +0000 http://css-tricks.com/?page_id=14172#comment-1611180 In reply to ram.

Yes

]]>
By: Paco https://css-tricks.com/almanac/selectors/d/disabled/#comment-1605826 Thu, 29 Dec 2016 16:14:13 +0000 http://css-tricks.com/?page_id=14172#comment-1605826 for example…
.myclass:disabled { background-color:#7c6a58; }

]]>
By: Davide Rizzo https://css-tricks.com/almanac/selectors/d/disabled/#comment-1599941 Mon, 29 Feb 2016 23:57:05 +0000 http://css-tricks.com/?page_id=14172#comment-1599941 Note that the :before and :after pseudo classes will not work on an <input/> because it is a self closing tag and cannot contain other element (even pseudo ones).

]]>
By: richard https://css-tricks.com/almanac/selectors/d/disabled/#comment-1598374 Wed, 02 Dec 2015 13:13:59 +0000 http://css-tricks.com/?page_id=14172#comment-1598374 In reply to irth.

Seems to work fine for my angular application, for example:

select option:disabled { background-color:#ddd; }

]]>
By: irth https://css-tricks.com/almanac/selectors/d/disabled/#comment-1597770 Fri, 30 Oct 2015 22:48:46 +0000 http://css-tricks.com/?page_id=14172#comment-1597770 This isn’t working in my angular app that has ng-disabled set, fwiw

]]>
By: asdasda https://css-tricks.com/almanac/selectors/d/disabled/#comment-1596757 Thu, 03 Sep 2015 13:40:51 +0000 http://css-tricks.com/?page_id=14172#comment-1596757 Hola vengo a comentar. Bueno chau

]]>
By: s https://css-tricks.com/almanac/selectors/d/disabled/#comment-1596573 Tue, 25 Aug 2015 07:45:48 +0000 http://css-tricks.com/?page_id=14172#comment-1596573 ssss

]]>
By: dfg https://css-tricks.com/almanac/selectors/d/disabled/#comment-1596287 Wed, 05 Aug 2015 07:21:51 +0000 http://css-tricks.com/?page_id=14172#comment-1596287 fdghfdg

]]>
By: nandu https://css-tricks.com/almanac/selectors/d/disabled/#comment-1592225 Thu, 29 Jan 2015 13:41:50 +0000 http://css-tricks.com/?page_id=14172#comment-1592225 Hi,
I would like to change the text color of disabled control select(dropdown list). Specially for ie 10 and 11. how can i do that..The one text color should be in red in below code.

sample code

One
Two
Three

]]>
By: ram https://css-tricks.com/almanac/selectors/d/disabled/#comment-219128 Thu, 22 Nov 2012 04:33:34 +0000 http://css-tricks.com/?page_id=14172#comment-219128 There is no description about this?

]]>