UNPKG

react-desktop

Version:

React UI Components for macOS High Sierra and Windows 10

60 lines (55 loc) 1.44 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { titleBar: { WebkitUserSelect: 'none', userSelect: 'none', WebkitAppRegion: 'drag', cursor: 'default', width: '100%', boxSizing: 'border-box', display: 'flex', alignItems: 'center', minHeight: '22px', backgroundImage: '-webkit-linear-gradient(top, #ededed 0, #ededed 1px, #e7e7e7 2px, #d1d1d1 100%)', borderBottomWidth: '1px', borderBottomStyle: 'solid', borderBottomColor: '#afafaf', borderTopWidth: '1px', borderTopStyle: 'solid', borderTopColor: '#f6f6f6', borderTopLeftRadius: '5px', borderTopRightRadius: '5px', paddingLeft: '3px', paddingRight: '3px' }, titleBarInset: { paddingTop: '11px', paddingBottom: '11px', paddingLeft: '8px', paddingRight: '8px' }, unfocusedTitleBar: { backgroundImage: '-webkit-linear-gradient(top, #fafafa 0px, #f6f6f6 2px, #f6f6f6 100%)', borderBottomColor: '#d1d1d1' }, title: { WebkitUserSelect: 'none', userSelect: 'none', cursor: 'default', fontFamily: '-apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif', fontSize: '13px', letterSpacing: '0px', color: '#4d4d4d', flexGrow: '1', flexShrink: '1', textAlign: 'center', whiteSpace: 'nowrap', textOverflow: 'ellipsis' }, unfocusedTitle: { color: '#d3d3d3' } };