Skip to content

Commit 0d519e5

Browse files
kaushikaWpalukku
andauthored
Update src/main/java/org/jabref/gui/Base.css
Co-authored-by: Philip <[email protected]>
1 parent 3613f9a commit 0d519e5

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Diff for: src/main/java/org/jabref/gui/Base.css

+5-8
Original file line numberDiff line numberDiff line change
@@ -2433,22 +2433,19 @@ journalInfo .grid-cell-b {
24332433
}
24342434

24352435
.exampleQuestionStyle {
2436-
-fx-background-color: #d8d8d8;
2436+
-fx-background-color: transparent;
24372437
-fx-padding: 2px 10px;
24382438
-fx-background-radius: 20px;
24392439
-fx-border-radius: 20px;
2440-
-fx-border-width: 0px;
2440+
-fx-border-width: 0.062em;
2441+
-fx-border-color: -fx-outer-border;
24412442
-fx-font-weight: bold;
24422443
-fx-underline: false !important;
2443-
-fx-text-fill: -fx-dark-text-color;
2444-
}
2445-
2446-
.exampleQuestionStyle:visited {
2447-
-fx-text-fill: -fx-dark-text-color !important;
2444+
-fx-text-fill: -fx-text-base-color;
24482445
}
24492446

24502447
.exampleQuestionStyle:hover {
2451-
-fx-background-color: #8a8a8a;
2448+
-fx-background-color: rgba(0, 0, 0, 0.12);
24522449
}
24532450

24542451

0 commit comments

Comments
 (0)