toolbar css fixes (2)
This commit is contained in:
parent
ad926dfb3b
commit
96cac8fe05
|
@ -332,7 +332,8 @@ div.prefHelp {
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-toolbar > *,
|
#main-toolbar > *,
|
||||||
#main-toolbar table * {
|
#main-toolbar table *,
|
||||||
|
#main-toolbar .actionChooser * {
|
||||||
text-rendering: optimizelegibility;
|
text-rendering: optimizelegibility;
|
||||||
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
|
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
|
||||||
"Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
|
"Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
|
||||||
|
@ -341,7 +342,7 @@ div.prefHelp {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-toolbar .dijitDownArrowButton {
|
#main-toolbar #headlines-toolbar .dijitDownArrowButton {
|
||||||
font-size : 11px;
|
font-size : 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue