diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-22 11:24:34 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-22 11:24:34 +0100 |
commit | 0b4535e6daacaf7eea67e3c4404b9ac889dbddf0 (patch) | |
tree | bf1aef2d215dd0be54bd6887edd0dd2cad5f53db /view/theme/quattro | |
parent | 7f2070ca91aca9e92f3ac4c5b714742c6f9ecc3b (diff) | |
download | volse-hubzilla-0b4535e6daacaf7eea67e3c4404b9ac889dbddf0.tar.gz volse-hubzilla-0b4535e6daacaf7eea67e3c4404b9ac889dbddf0.tar.bz2 volse-hubzilla-0b4535e6daacaf7eea67e3c4404b9ac889dbddf0.zip |
quattro: more on editor
Diffstat (limited to 'view/theme/quattro')
-rw-r--r-- | view/theme/quattro/colors.less | 2 | ||||
-rw-r--r-- | view/theme/quattro/quattro.less | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/quattro/colors.less b/view/theme/quattro/colors.less index 24cce5952..5314b5284 100644 --- a/view/theme/quattro/colors.less +++ b/view/theme/quattro/colors.less @@ -90,3 +90,5 @@ @JotSubmitOverText: @Grey4; @JotPermissionUnlockBackgroundColor: @Grey2; @JotPermissionLockBackgroundColor: @Grey4; +@JotLoadingBackgroundColor: @Grey1; + diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index d05acf76a..3c16777ea 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -537,7 +537,7 @@ section { } li.loading { float: right; - background-color: @Grey1; + background-color: @JotLoadingBackgroundColor; width: 20px; vertical-align: center; text-align: center; |