Hi Brendan. Thanks for your help. just i am confused here.
example:
website/page1.aspx
if i want to change the button color of page1.aspx to blue (as it is )
code is :
.sendToFriendPanel input[type=submit], .LogonDialog input[type=submit], .LoginPanelPasswordRetrieval input[type=submit], .LongButton, .EventManagerRegistration .EventManagerRegButton, .filterButton, .WishlistTable .btnContinue input, .CartTable input[type=submit], .CntRatingSubmitBtn, .commentView .btn-primary, .SubscriptionButton, .ProductFilter .btn, .FormButton, .examplesToLeft input[type=submit], .CMSSearchDialogSearchButton, .ChangePasswordTable input[type=submit], .RegisterButton, .my-profile-panel .btn, .Account .btn, .myAccount .btn, .datetime-ui-datepicker .btn, .ContentButton, .CartStepBody .btn, .CartStepFooter input, .FilterSearch .btn, .DonateWebPart .btn, .ExamplesContent .form-minilogon .btn, .MyMessages .btn, .ContributionsEdit .btn, .registration-form .btn, .SearchDialog .btn, .abuse-report .btn, .PollVoteButton, .membership-req-data .btn, .CntRatingContent .btn, .unsubcription-request .btn, .Search .btn, .new-blog .btn, .ForumExtendedSearch .btn, .message-edit .btn, .new-subscription-form .btn, .send-message .btn, .forum-search .btn, .search-dialog .btn, .change-password .btn, .WizardButton, .PageContent .btn-actions .btn, .header-panel .btn, .MassAction .btn, .Forum .btn, .UniSelector .btn, .EventManagerRegistration .btn, .WizardButtons .btn, .NotificationSubscriptionButton .btn, .message-view .btn, .ExamplesContent .form-filter .btn {background-color: blue;}
website/page2
i want to change the button color to green :
.sendToFriendPanel input[type=submit], .LogonDialog input[type=submit], .LoginPanelPasswordRetrieval input[type=submit], .LongButton, .EventManagerRegistration .EventManagerRegButton, .filterButton, .WishlistTable .btnContinue input, .CartTable input[type=submit], .CntRatingSubmitBtn, .commentView .btn-primary, .SubscriptionButton, .ProductFilter .btn, .FormButton, .examplesToLeft input[type=submit], .CMSSearchDialogSearchButton, .ChangePasswordTable input[type=submit], .RegisterButton, .my-profile-panel .btn, .Account .btn, .myAccount .btn, .datetime-ui-datepicker .btn, .ContentButton, .CartStepBody .btn, .CartStepFooter input, .FilterSearch .btn, .DonateWebPart .btn, .ExamplesContent .form-minilogon .btn, .MyMessages .btn, .ContributionsEdit .btn, .registration-form .btn, .SearchDialog .btn, .abuse-report .btn, .PollVoteButton, .membership-req-data .btn, .CntRatingContent .btn, .unsubcription-request .btn, .Search .btn, .new-blog .btn, .ForumExtendedSearch .btn, .message-edit .btn, .new-subscription-form .btn, .send-message .btn, .forum-search .btn, .search-dialog .btn, .change-password .btn, .WizardButton, .PageContent .btn-actions .btn, .header-panel .btn, .MassAction .btn, .Forum .btn, .UniSelector .btn, .EventManagerRegistration .btn, .WizardButtons .btn, .NotificationSubscriptionButton .btn, .message-view .btn, .ExamplesContent .form-filter .btn { background-color: green }
how to accomplish this with 1 CSS file ?