diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-14 13:45:16 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-14 13:45:16 -0500 |
commit | 29f434fd2793db4ff68d528c86b8d5ec3a1ad4c5 (patch) | |
tree | 01c40e6fdc2d34e5ad011feaeca0a6bfbf6014d6 /apps | |
parent | 377389478034c48fce33badc51944e0d35186edd (diff) | |
download | aura-central-29f434fd2793db4ff68d528c86b8d5ec3a1ad4c5.tar.gz |
[Apps:Navigator] Add a border to the right of the sidebar splitter so it doesn't look like unstyled shit
Diffstat (limited to 'apps')
-rw-r--r-- | apps/navigator/themes/classic/navigator/navigator.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/navigator/themes/classic/navigator/navigator.css b/apps/navigator/themes/classic/navigator/navigator.css index 7d9ba581c..8cc804437 100644 --- a/apps/navigator/themes/classic/navigator/navigator.css +++ b/apps/navigator/themes/classic/navigator/navigator.css @@ -525,7 +525,7 @@ toolbar[mode="icons"] #search-button > .button-box > .button-text { #sidebar-splitter { border-left: none; - border-right: none; + border-right: 1px solid threedshadow; min-width: 5px; } |