summaryrefslogtreecommitdiff
path: root/source/auxiliary/sw-TZ/highcontrast1.css
diff options
context:
space:
mode:
Diffstat (limited to 'source/auxiliary/sw-TZ/highcontrast1.css')
-rw-r--r--source/auxiliary/sw-TZ/highcontrast1.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/auxiliary/sw-TZ/highcontrast1.css b/source/auxiliary/sw-TZ/highcontrast1.css
index ba39fb2eca..3756c99bde 100644
--- a/source/auxiliary/sw-TZ/highcontrast1.css
+++ b/source/auxiliary/sw-TZ/highcontrast1.css
@@ -28,10 +28,10 @@
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
- { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L","Bitstream Vera Sans",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; }
+ { font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
- { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L","Bitstream Vera Sans Mono",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;}
+ { font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
.acronym
{ font-weight: bold;}
ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/uiconfig/ui/findreplacedialog-mobile.ui
AgeCommit message (Expand)Author
2022-03-08remove some member-of a11y relationsCaolán McNamara
2021-07-27jsdialog: hide adv search options on mobileSzymon Kłos
2021-06-02uniformly remove label-fill from GtkExpandersCaolán McNamara
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara
2021-01-16snap near 0.5 align values to 0.5Caolán McNamara
2021-01-15replace stock button labelsCaolán McNamara
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara
2021-01-13fix indents to be consistentCaolán McNamara
2020-12-30drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara
2020-11-10set resize-toplevel true for GtkExpandersCaolán McNamara
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2020-09-10remove image_position top from GtkButtonandreas kainz
2020-07-08Add mobile version of find replace dialogSzymon Kłos