diff options
author | raghunayyar <me@iraghu.com> | 2013-05-03 16:31:18 +0530 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-09 22:04:20 +0200 |
commit | aca2c93839c9d462f93dea0e09049b10a72386fa (patch) | |
tree | c8420dbedfd04c82a4916653271090f0ca180932 /core | |
parent | 40879c6327af41d18077f8601a3c2934624b668f (diff) | |
download | nextcloud-server-aca2c93839c9d462f93dea0e09049b10a72386fa.tar.gz nextcloud-server-aca2c93839c9d462f93dea0e09049b10a72386fa.zip |
Removes Borders from the left navigation.
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 6c9d00114a0..670942738f8 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -500,12 +500,6 @@ div.crumb:active { /* special rules for first-level entries and folders */ #app-navigation > ul > li { background-color: #eee; - border-top: 1px solid #fff; - border-bottom: 1px solid #ddd; -} -#app-navigation > ul > .active { - border-top: 1px solid #ccc; - border-bottom: 1px solid #ccc; } #app-navigation .with-icon a { @@ -527,10 +521,6 @@ div.crumb:active { #app-navigation li:hover > a { background-color: #ddd; } -#app-navigation > ul > li:hover { - border-top: 1px solid #ccc; - border-bottom: 1px solid #ccc; -} #app-navigation .collapse { display: none; /* hide collapse button intially */ @@ -592,7 +582,6 @@ div.crumb:active { #app-navigation > ul .open:hover { -moz-box-shadow: inset 0 0 3px #ccc; -webkit-box-shadow: inset 0 0 3px #ccc; box-shadow: inset 0 0 3px #ccc; - border-top: 1px solid #ccc; } #app-navigation > ul .open ul { |