mirror of
https://github.com/jdan/98.css.git
synced 2025-09-01 09:53:12 +02:00
fix font size for window
This commit is contained in:
@@ -85,7 +85,8 @@ textarea,
|
|||||||
select,
|
select,
|
||||||
option,
|
option,
|
||||||
ul.tree-view,
|
ul.tree-view,
|
||||||
.title-bar-text {
|
.window,
|
||||||
|
.title-bar {
|
||||||
font-family: "Pixelated MS Sans Serif", Arial;
|
font-family: "Pixelated MS Sans Serif", Arial;
|
||||||
-webkit-font-smoothing: none;
|
-webkit-font-smoothing: none;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
@@ -85,7 +85,8 @@ textarea,
|
|||||||
select,
|
select,
|
||||||
option,
|
option,
|
||||||
ul.tree-view,
|
ul.tree-view,
|
||||||
.title-bar-text {
|
.window,
|
||||||
|
.title-bar {
|
||||||
font-family: "Pixelated MS Sans Serif", Arial;
|
font-family: "Pixelated MS Sans Serif", Arial;
|
||||||
-webkit-font-smoothing: none;
|
-webkit-font-smoothing: none;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "98.css",
|
"name": "98.css",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "A design system for building faithful recreations of old UIs",
|
"description": "A design system for building faithful recreations of old UIs",
|
||||||
"main": "build/98.css",
|
"main": "build/98.css",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
@@ -89,7 +89,8 @@ textarea,
|
|||||||
select,
|
select,
|
||||||
option,
|
option,
|
||||||
ul.tree-view,
|
ul.tree-view,
|
||||||
.title-bar-text {
|
.window,
|
||||||
|
.title-bar {
|
||||||
font-family: "Pixelated MS Sans Serif", Arial;
|
font-family: "Pixelated MS Sans Serif", Arial;
|
||||||
-webkit-font-smoothing: none;
|
-webkit-font-smoothing: none;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
Reference in New Issue
Block a user