aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-08-24 19:44:31 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-08-24 19:44:31 +0200
commit1797bb576f79aa6f11addf9f9c253ff25376e23e (patch)
tree3a19f4e404803d4bb53f0e05513e2384cda995be /core
parent1f749782aa373a0e29f8cc0886f603f3934af2a6 (diff)
parenta659ccb89c5e51cd8a5f14865872c2eb5162e1f2 (diff)
downloadnextcloud-server-1797bb576f79aa6f11addf9f9c253ff25376e23e.tar.gz
nextcloud-server-1797bb576f79aa6f11addf9f9c253ff25376e23e.zip
Merge pull request #18525 from owncloud/app-sidebar-style
Right sidebar style improvements
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.css26
1 files changed, 6 insertions, 20 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index 300b186bba2..b3d7eaf6599 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -440,8 +440,10 @@
left: auto;
bottom: 0;
width: 27%;
+ min-width: 250px;
display: block;
- background: #eee;
+ background: #fff;
+ border-left: 1px solid #eee;
-webkit-transition: margin-right 300ms;
-moz-transition: margin-right 300ms;
-o-transition: margin-right 300ms;
@@ -600,47 +602,31 @@ em {
/* generic tab styles */
.tabHeaders {
margin: 15px;
- background-color: #1D2D44;
}
-
.tabHeaders .tabHeader {
float: left;
- border: 1px solid #ddd;
padding: 5px;
cursor: pointer;
- background-color: #f8f8f8;
- font-weight: bold;
}
.tabHeaders .tabHeader, .tabHeaders .tabHeader a {
color: #888;
}
-
-.tabHeaders .tabHeader:first-child {
- border-top-left-radius: 4px;
- border-bottom-left-radius: 4px;
-}
-
-.tabHeaders .tabHeader:last-child {
- border-top-right-radius: 4px;
- border-bottom-right-radius: 4px;
+.tabHeaders .tabHeader.selected {
+ font-weight: 600;
}
-
.tabHeaders .tabHeader.selected,
.tabHeaders .tabHeader:hover {
- background-color: #e8e8e8;
+ border-bottom: 1px solid #333;
}
-
.tabHeaders .tabHeader.selected,
.tabHeaders .tabHeader.selected a,
.tabHeaders .tabHeader:hover,
.tabHeaders .tabHeader:hover a {
color: #000;
}
-
.tabsContainer {
clear: left;
}
-
.tabsContainer .tab {
padding: 15px;
}