Style activities on dashboard
This commit is contained in:
@@ -150,6 +150,9 @@ select.input-transparent
|
||||
option
|
||||
background-color: white
|
||||
|
||||
input, input.form-control
|
||||
background-color: transparent
|
||||
|
||||
.input-transparent
|
||||
border: thin solid transparent
|
||||
border-radius: 3px
|
||||
@@ -202,6 +205,7 @@ select.input-transparent
|
||||
border-bottom: none
|
||||
cursor: e-resize
|
||||
|
||||
|
||||
/* Generic Statuses */
|
||||
.processing
|
||||
+stripes(rgba($color-background, .2), rgba($color-background, .5), -45deg, 25px)
|
||||
@@ -232,6 +236,8 @@ select.input-transparent
|
||||
.fg-status
|
||||
@include status-color-property(color, '', 'dark')
|
||||
|
||||
|
||||
/* Modal Bootstrap overrides */
|
||||
.modal-content
|
||||
border: none
|
||||
border-radius: 3px
|
||||
@@ -259,7 +265,6 @@ select.input-transparent
|
||||
.modal-backdrop
|
||||
background-color: $color-background-nav
|
||||
|
||||
|
||||
.modal-help-panel
|
||||
overflow: hidden
|
||||
border-radius: 3px
|
||||
@@ -272,6 +277,8 @@ select.input-transparent
|
||||
padding: 10px
|
||||
color: $color-text-dark-primary
|
||||
|
||||
|
||||
/* Debug styles, such as status color legend on help */
|
||||
.status-debug-item
|
||||
width: 100%
|
||||
|
||||
|
Reference in New Issue
Block a user