diff options
author | Simon Rettberg | 2016-06-22 17:56:04 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-06-22 17:56:04 +0200 |
commit | a6a484ea37aeb91f848c11cb818e2d7d4351d391 (patch) | |
tree | 03cc7b9df8dabf61bdb1bc84137601ce187339ef /style | |
parent | [location] Support passing array of selected locs to getLocations() (diff) | |
download | slx-admin-a6a484ea37aeb91f848c11cb818e2d7d4351d391.tar.gz slx-admin-a6a484ea37aeb91f848c11cb818e2d7d4351d391.tar.xz slx-admin-a6a484ea37aeb91f848c11cb818e2d7d4351d391.zip |
[locations/sysconfig] Implement location specific sysconfig
Diffstat (limited to 'style')
-rw-r--r-- | style/default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css index 9b93bfda..0fa8fe26 100644 --- a/style/default.css +++ b/style/default.css @@ -107,6 +107,10 @@ body { color: #0b0; } +.gray { + color: gray; +} + .slx-label { font-weight: bold; margin: auto; |