2021-03-07 00:51:31 +00:00
|
|
|
/*
|
|
|
|
* Citizen - OAuth styles
|
|
|
|
* https://starcitizen.tools
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
|
|
|
|
#mw-mwoauth-authorize {
|
|
|
|
/* Override inline styles */
|
|
|
|
&-dialog {
|
2021-03-07 23:42:10 +00:00
|
|
|
border: 1px solid transparent !important;
|
2021-03-07 00:51:31 +00:00
|
|
|
background-color: var( --background-color-dp-24 ) !important;
|
|
|
|
}
|
|
|
|
|
2021-03-07 23:42:10 +00:00
|
|
|
&-form {
|
2021-03-07 00:51:31 +00:00
|
|
|
color: var( --color-base );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ext.MWOAuth.BasicStyles.css */
|
|
|
|
/*
|
|
|
|
.mw-mwoauthconsumerregistration-body,
|
|
|
|
.mw-mwoauthmanageconsumers-body {
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-mwoauthmanageconsumers-proposed,
|
|
|
|
.mw-mwoauthmanagemygrants-proposed,
|
|
|
|
.mw-mwoauthconsumerregistration-proposed {
|
|
|
|
background-color: #b7b8e1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-mwoauthmanageconsumers-rejected,
|
|
|
|
.mw-mwoauthmanagemygrants-rejected,
|
|
|
|
.mw-mwoauthconsumerregistration-rejected {
|
|
|
|
background-color: #e1b7ba;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-mwoauthmanageconsumers-expired,
|
|
|
|
.mw-mwoauthmanagemygrants-expired,
|
|
|
|
.mw-mwoauthconsumerregistration-expired {
|
|
|
|
background-color: #e1cdb7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-mwoauthmanageconsumers-approved,
|
|
|
|
.mw-mwoauthmanagemygrants-approved,
|
|
|
|
.mw-mwoauthconsumerregistration-approved {
|
|
|
|
background-color: #bae1b7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-mwoauthmanageconsumers-disabled,
|
|
|
|
.mw-mwoauthmanagemygrants-disabled,
|
|
|
|
.mw-mwoauthconsumerregistration-disabled {
|
|
|
|
background-color: #ceb7e1;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
.mw-mwoautherror-details {
|
|
|
|
color: var( --color-base--subtle );
|
|
|
|
}
|