diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2017-01-03 21:07:49 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2017-01-03 21:07:49 +0100 |
commit | 6a0055f69f56430fcadaf4d7b0da8f90ca75c577 (patch) | |
tree | c033e914b7fe63db5332f346bcdcbf94d0990b9d /view/theme/redbasic/schema | |
parent | 07b299abd2c5ed153d5b443a90018892e9aa0f5b (diff) | |
download | volse-hubzilla-6a0055f69f56430fcadaf4d7b0da8f90ca75c577.tar.gz volse-hubzilla-6a0055f69f56430fcadaf4d7b0da8f90ca75c577.tar.bz2 volse-hubzilla-6a0055f69f56430fcadaf4d7b0da8f90ca75c577.zip |
Fixing some schemas
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 23 | ||||
-rw-r--r-- | view/theme/redbasic/schema/simple_black_on_white.css | 21 | ||||
-rw-r--r-- | view/theme/redbasic/schema/simple_green_on_black.css | 20 | ||||
-rw-r--r-- | view/theme/redbasic/schema/simple_white_on_black.css | 21 |
4 files changed, 85 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index ed2714dfc..f9114141d 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -433,3 +433,26 @@ pre { .contextual-help-tool i { color: $link_colour; } + + +.profile-match-wrapper { + width: 150px; + height: 120px; + border: none; +} + +.profile-match-name { + width: 144px; + white-space: nowrap; + text-overflow: ellipsis; +} + +.widget-nav-pills-icons:hover + a { + background-color: #222; +} + +.widget-nav-pills-checkbox:hover + a { + background-color: #222; +} + + diff --git a/view/theme/redbasic/schema/simple_black_on_white.css b/view/theme/redbasic/schema/simple_black_on_white.css index 7dd8125a4..f06fd3667 100644 --- a/view/theme/redbasic/schema/simple_black_on_white.css +++ b/view/theme/redbasic/schema/simple_black_on_white.css @@ -297,3 +297,24 @@ pre { top: 50px; } + +.profile-match-wrapper { + width: 150px; + height: 120px; + border: none; +} + +.profile-match-name { + width: 144px; + white-space: nowrap; + text-overflow: ellipsis; +} + +.widget-nav-pills-icons:hover + a { + background-color: #F5F5F5; +} + +.widget-nav-pills-checkbox:hover + a { + background-color: #F5F5F5; +} + diff --git a/view/theme/redbasic/schema/simple_green_on_black.css b/view/theme/redbasic/schema/simple_green_on_black.css index ca2e5b15a..c7bb99334 100644 --- a/view/theme/redbasic/schema/simple_green_on_black.css +++ b/view/theme/redbasic/schema/simple_green_on_black.css @@ -383,3 +383,23 @@ pre { .contextual-help-tool i { color: $link_colour; } + +.profile-match-wrapper { + width: 150px; + height: 120px; + border: none; +} + +.profile-match-name { + width: 144px; + white-space: nowrap; + text-overflow: ellipsis; +} + +.widget-nav-pills-icons:hover + a { + background-color: #143D12; +} + +.widget-nav-pills-checkbox:hover + a { + background-color: #143D12; +} diff --git a/view/theme/redbasic/schema/simple_white_on_black.css b/view/theme/redbasic/schema/simple_white_on_black.css index a462c4d29..dabc26743 100644 --- a/view/theme/redbasic/schema/simple_white_on_black.css +++ b/view/theme/redbasic/schema/simple_white_on_black.css @@ -356,3 +356,24 @@ pre { .contextual-help-tool i { color: $link_colour; } + +.profile-match-wrapper { + width: 150px; + height: 120px; + border: none; +} + +.profile-match-name { + width: 144px; + white-space: nowrap; + text-overflow: ellipsis; +} + +.widget-nav-pills-icons:hover + a { + background-color: #030303; +} + +.widget-nav-pills-checkbox:hover + a { + background-color: #030303; +} + |