mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-02 19:19:17 -04:00
Fix duplicate checkmark issue in Safari, Opera, elsewhere (ticket #902). This has been a persistent issue. Fix seems to turn of CSS BG on the row, then turn it on for tr.g-success td.g-success {} selector.
This commit is contained in:
@@ -304,13 +304,16 @@ tr.g-error td.g-error {
|
||||
}
|
||||
|
||||
.g-success,
|
||||
.g-allowed,
|
||||
tr.g-success td.g-success {
|
||||
background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%;
|
||||
.g-allowed {
|
||||
background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%;
|
||||
}
|
||||
|
||||
tr.g-success {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
tr.g-success td.g-success {
|
||||
background-color: transparent;
|
||||
background-image: url('images/ico-success.png');
|
||||
}
|
||||
|
||||
.g-warning,
|
||||
|
||||
Reference in New Issue
Block a user