 |
BOOK: Beginning ASP.NET 4.5.1 : in C# and VB
 | This is the forum to discuss the Wrox book Beginning ASP.NET 4.5.1: in C# and VB by Imar Spaanjaars; ISBN: 978-1-118-84677-3 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 4.5.1 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

November 1st, 2015, 06:35 PM
|
|
Authorized User
|
|
Join Date: Oct 2015
Posts: 58
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Chapter 14, p534 - CSS overriden
Hi Imar,
When the buttons First and Previous are disabled, the class .MyButton overrrides the .aspNetDisabled, therefore I still see them in white.
I even tried with the source code for this TIO but still the problem.
Thanks.
|
|

November 1st, 2015, 06:41 PM
|
|
Authorized User
|
|
Join Date: Oct 2015
Posts: 58
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
I just check with the inspector, and the buttons have both classes. If I delete the .MyButton class in the Monochrome.css the active elements turn black by default.
|
|

November 2nd, 2015, 05:31 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Have you tried changing the order of the aspNetDisabled and MyButton classes in the CSS file so aspNetDisabled comes last? Otherwise, try !important:
Code:
.aspNetDisabled
{
color: grey !important;
}
Imar
|
|
The Following User Says Thank You to Imar For This Useful Post:
|
|
|

November 2nd, 2015, 06:08 AM
|
|
Authorized User
|
|
Join Date: Oct 2015
Posts: 58
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Yes, both ways worked! Is your source code missing this? I check the DarkGrey theme and is't ok.
|
|

November 3rd, 2015, 06:46 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Yeah, it seems like it's a bug in that code.
Imar
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Chapter 14, first 'Try It Out' |
alharlow |
BOOK: Beginning ASP.NET 4 : in C# and VB |
5 |
March 18th, 2011 05:00 AM |
| Chapter 14 (Page 483) CSS Declaration |
jsymons |
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 |
11 |
September 18th, 2009 07:14 AM |
| chapter 14 |
vthunder70 |
BOOK: Beginning ASP.NET 2.0 and Databases |
2 |
October 3rd, 2007 02:11 PM |
| Chapter 14 example |
pkumar@ech |
BOOK: Professional Jakarta Struts |
0 |
November 15th, 2006 09:10 AM |
| Chapter 14 |
Mike Smith |
BOOK: Professional C#, 2nd and 3rd Editions |
2 |
January 4th, 2004 05:13 PM |
|
 |
|