Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Css compil
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 7, 2016
1 parent 1bb0c7b commit 8719370
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions core/src/plugins/gui.ajax/res/themes/orbit/css/pydio.css
Expand Up @@ -3098,22 +3098,18 @@ div.horizontal_tabulator > div > div.horizontal_tabulator div.tabulatorContainer
background-color: #30383a;
}
.horizontal_tabulator span.toggleHeader {
text-align: left;
padding: 10px 0 12px 22px;
padding: 12px 0 12px 16px;
background-color: #ff5722 !important;
color: #ffffff !important;
border: 0;
display: block;
font-size: 12px;
font-weight: lighter;
text-transform: uppercase;
margin: 5px 0;
font-size: 13px;
}
.horizontal_tabulator span.toggleInactive {
width: auto !important;
border-width: 0 !important;
background-color: transparent !important;
color: #BDBDBD !important;
color: white !important;
text-shadow: none;
}
.no-flexbox div.horizontal_tabulator > div:not(.tabulatorContainer) {
Expand Down Expand Up @@ -4900,6 +4896,8 @@ div.dialogButtons.inlineEdition input {
border-right: 2px solid #333;
height: 20px;
width: 15px;
-webkit-transition: all 550ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
transition: all 550ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
#repo_chooser:hover {
background-color: #ff764b;
Expand Down

0 comments on commit 8719370

Please sign in to comment.