mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
New: Many UI Updates and Performance Tweaks
This commit is contained in:
@@ -60,7 +60,8 @@ module.exports = {
|
||||
inputErrorBoxShadowColor: 'rgba(240, 80, 80, 0.6)',
|
||||
inputWarningBorderColor: '#ffa500',
|
||||
inputWarningBoxShadowColor: 'rgba(255, 165, 0, 0.6)',
|
||||
colorImpairedGradient: '#fcfcfc',
|
||||
colorImpairedGradient: '#ffffff',
|
||||
colorImpairedGradientDark: '#f4f5f6',
|
||||
|
||||
//
|
||||
// Buttons
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
@import '~normalize.css/normalize.css';
|
||||
@import 'scaffolding.css';
|
||||
@import '../Content/Fonts/fonts.css';
|
||||
@import '/Content/Fonts/fonts.css';
|
||||
|
||||
/* stylelint-enable */
|
||||
|
||||
Reference in New Issue
Block a user