mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#10967 Fix blue background in event list dialog
This commit is contained in:
parent
97455d4304
commit
19696b1f89
@ -924,9 +924,8 @@ a.ui-button:active,
|
|||||||
.ui-button:active,
|
.ui-button:active,
|
||||||
.ui-button.ui-state-active:hover {
|
.ui-button.ui-state-active:hover {
|
||||||
border: 1px solid #003eff;
|
border: 1px solid #003eff;
|
||||||
background: #007fff;
|
background: #ececec;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #fff;
|
|
||||||
}
|
}
|
||||||
.ui-icon-background,
|
.ui-icon-background,
|
||||||
.ui-state-active .ui-icon-background {
|
.ui-state-active .ui-icon-background {
|
||||||
@ -936,7 +935,6 @@ a.ui-button:active,
|
|||||||
.ui-state-active a,
|
.ui-state-active a,
|
||||||
.ui-state-active a:link,
|
.ui-state-active a:link,
|
||||||
.ui-state-active a:visited {
|
.ui-state-active a:visited {
|
||||||
color: #fff;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.ui-state-highlight,
|
.ui-state-highlight,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user