File tree 1 file changed +5
-8
lines changed
src/main/java/org/jabref/gui
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -2433,22 +2433,19 @@ journalInfo .grid-cell-b {
2433
2433
}
2434
2434
2435
2435
.exampleQuestionStyle {
2436
- -fx-background-color : # d8d8d8 ;
2436
+ -fx-background-color : transparent ;
2437
2437
-fx-padding : 2px 10px ;
2438
2438
-fx-background-radius : 20px ;
2439
2439
-fx-border-radius : 20px ;
2440
- -fx-border-width : 0px ;
2440
+ -fx-border-width : 0.062em ;
2441
+ -fx-border-color : -fx-outer-border;
2441
2442
-fx-font-weight : bold;
2442
2443
-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;
2448
2445
}
2449
2446
2450
2447
.exampleQuestionStyle : hover {
2451
- -fx-background-color : # 8a8a8a ;
2448
+ -fx-background-color : rgba ( 0 , 0 , 0 , 0.12 ) ;
2452
2449
}
2453
2450
2454
2451
You can’t perform that action at this time.
0 commit comments