mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 00:02:38 +02:00
(v1.3.0.9000) support across() in as.rsi()
This commit is contained in:
@ -237,3 +237,16 @@ table a:not(.btn):hover, .table a:not(.btn):hover {
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.btn.btn-info.btn-amr {
|
||||
background: #128f76;
|
||||
color: #ffffff;
|
||||
border-color: #128f76;
|
||||
line-height: 1;
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
}
|
||||
.btn.btn-info.btn-amr:hover {
|
||||
background: #128f7645;
|
||||
color: #2c3e50;
|
||||
}
|
||||
|
Reference in New Issue
Block a user