Skip to content

Commit 073c9f5

Browse files
committed
remove duplicate input-group color correction
1 parent f9d67dd commit 073c9f5

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

resources/assets/less/skins/skin-black-dark.less

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,7 @@ input[type=text], input[type=search] {
311311
.search-highlight, .search-highlight:hover{
312312
background-color: var(--back-sub) !important;
313313
}
314-
.input-group, .input-group-addon {
315-
background-color: var(--back-sub);
316-
color: var(--text-main);
317-
}
314+
318315
#licensesTable>tbody>tr>td>nobr>a>i.fa {
319316
color: var(--text-main);
320317
}

resources/macros/macros.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@
292292
'black-dark' => trans('general.skins.black_dark'),
293293
'purple' => trans('general.skins.purple'),
294294
'purple-dark' => trans('general.skins.purple_dark'),
295-
'yellow' => trans('general.skins.yellow_dark'),
296-
'yellow-dark' => trans('general.skins.yellow'),
295+
'yellow' => trans('general.skins.yellow'),
296+
'yellow-dark' => trans('general.skins.yellow_dark'),
297297
'contrast' => trans('general.skins.high_contrast'),
298298
];
299299

0 commit comments

Comments
 (0)