diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/css/application-low-priority.css | 10 | ||||
-rw-r--r-- | res/css/main.css | 18 |
2 files changed, 27 insertions, 1 deletions
diff --git a/res/css/application-low-priority.css b/res/css/application-low-priority.css index cf108f4..130033f 100644 --- a/res/css/application-low-priority.css +++ b/res/css/application-low-priority.css @@ -44,7 +44,7 @@ has to be separate to allow main.css to override certain things background: @secondary_color; } -.app-popup list { +.app-window list, .app-popup list { background: @secondary_color; } @@ -87,3 +87,11 @@ has to be separate to allow main.css to override certain things .app-window colorswatch { box-shadow: 0 1px rgba(0, 0, 0, 0); } + +.app-window scale { + padding-top: 0px; + padding-bottom: 0px; + margin-top: 0px; + margin-bottom: 0px; + color: @text_color; +} diff --git a/res/css/main.css b/res/css/main.css index ace3b0b..4b76bb4 100644 --- a/res/css/main.css +++ b/res/css/main.css @@ -360,3 +360,21 @@ background-color: #dd3300; margin-left: 1px; } + +.voice-info { + background-color: #0B0B0B; + padding: 5px; + border: 1px solid #202020; +} + +.voice-info-disconnect-image { + color: #DDDDDD; +} + +.voice-info-status { + font-weight: bold; +} + +.voice-info-location { + +} |