Skip to content

Commit

Permalink
🔨 #81 adianti 7.4.1 - update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Mar 10, 2022
1 parent 02304c4 commit ee4c338
Show file tree
Hide file tree
Showing 56 changed files with 1,381 additions and 546 deletions.
173 changes: 172 additions & 1 deletion app/templates/theme3/application.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,146 @@
.bs-tooltip-bottom {
left: 12px !important;
}

/* MDI Windows */
#adianti_content .adianti_tabs_container.mdi-windows {
margin: calc( 100vh - 163px) -15px -25px -15px;
}

#adianti_content .adianti_tabs_container.mdi-windows #adianti_tab_content {
margin-bottom: 0px;
}

#adianti_content .adianti_tabs_container.mdi-windows #adianti_content .tab-arrow {
margin-bottom: 0px;
}

#iframe_content #div_breadcrumbs {
display: none;
}

.mdi_window {
z-index: 999999;
border-radius: 0;
position: fixed;
}

.mdi_window .ui-dialog-titlebar {
background-color: #3c8dbc;
color: white;
margin-bottom: 0;
}

.mdi_window .ui-dialog-title {
width: calc( 100% - 90px);
}

.mdi_window .ui-dialog-content {
padding: 0.5px !important;
}

/* Tabs */
div#adianti_tab_content:empty + .tab-arrow + .tab-arrow,
div#adianti_tab_content:empty + .tab-arrow,
div#adianti_tab_content:empty {
display: none;
}

#adianti_content .adianti_tabs_container {
display: flex;
position: relative;
margin: -15px -15px 0 -15px;
}

#adianti_content .tab-arrow {
margin-bottom: 14px;
border: 1px solid #ddd;
display: flex;
align-items: center;
padding: 0px 7px;
background: #f7f7f7;
color: #212529;
position: absolute;
height: 49px;
}

#adianti_content .tab-arrow:hover {
color: #3c8dbc
}

#adianti_content .tab-arrow.tab-arrow-left {
border-right: 0px;
top: 0;
left: 0;
}

#adianti_content .tab-arrow.tab-arrow-right {
border-left: 0px;
top: 0;
right: 0;
}

#adianti_tab_content + #adianti_div_content {
padding: 10px;
margin-top: -1px;
}

#adianti_tab_content .adianti-tab {
color: #212529;
white-space: nowrap;
border-color: #dee2e6 #dee2e6 #fff;
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
padding: 12px;
outline: 0;
display: flex;
cursor: pointer;
margin-bottom: 1px;
position: relative;
margin-bottom: 1px;
}

#adianti_tab_content .adianti-close-tab {
display: block;
width: 20px;
margin-left: 5px;
height: 20px;
padding-top: 5px;
font-size: 11px;
text-align: center;
justify-content: center;
align-self: center;
}

#adianti_tab_content .adianti-close-tab:hover{
transform: scale(1.75);
}

#adianti_tab_content .adianti-tab:not(.active):hover {
color: #3c8dbc;
background: #f7f7f7;
border-color: none;
border-bottom-color: transparent;
}
#adianti_tab_content .adianti-tab.active {
opacity: 1 !important;
color: #fff;
margin-bottom: 0px;
background: #3c8dbc;
border: 1.5px solid #3c8dbc;
border-radius: 0;
}

#adianti_tab_content {
display: flex;
overflow-x: hidden;
border: 1px solid #dddddd;
background: #f7f7f7;
margin: 0 26px 14px 26px;
width: 100%;
}

/** General **/
html, body
{
Expand Down Expand Up @@ -498,10 +641,26 @@ blockquote .small, blockquote footer, blockquote small {
}

/** fullcalendar **/
.fc-event {
:not(.fc-list-event).fc-event {
color : white !important;
}

.fc-header-toolbar button.btn {
background: #f4f4f4 !important;
color: #444 !important;
border-color: #ddd !important;
}

.fc-header-toolbar button.btn.active,
.fc-header-toolbar button.btn:focus,
.fc-header-toolbar button.btn:active,
.fc-header-toolbar button.btn:hover {
background-color: #e9e9e9 !important;
color: #444 !important;
border-color: #ddd !important;
box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05) !important;
}

/** html editor **/
.note-toolbar {
display: flow-root;
Expand Down Expand Up @@ -705,6 +864,10 @@ button.btn-primary
margin-top: unset;
}

.form-group .form-line {
position: relative;
}

/** Form components **/
.btn-group .btn.btn-default input[type="radio"], .btn-group .btn.btn-default input[type="checkbox"] {
clip: rect(0,0,0,0);
Expand Down Expand Up @@ -895,6 +1058,14 @@ input[widget="tfile"], input[widget="tmultifile"] {
height: 30px;
}

/** TPassword **/
.tpassword input {
padding-right: calc( 40px + 2px) !important;
}

.tpassword button {
width: 40px;
}

/** THtmlEditor **/
.note-editor {
Expand Down
18 changes: 17 additions & 1 deletion app/templates/theme3/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,26 @@ blockquote .small, blockquote footer, blockquote small {
}

/** fullcalendar **/
.fc-event {
:not(.fc-list-event).fc-event {
color : white !important;
}

.fc-header-toolbar button.btn {
background: #f4f4f4 !important;
color: #444 !important;
border-color: #ddd !important;
}

.fc-header-toolbar button.btn.active,
.fc-header-toolbar button.btn:focus,
.fc-header-toolbar button.btn:active,
.fc-header-toolbar button.btn:hover {
background-color: #e9e9e9 !important;
color: #444 !important;
border-color: #ddd !important;
box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05) !important;
}

/** html editor **/
.note-toolbar {
display: flow-root;
Expand Down
Loading

0 comments on commit ee4c338

Please sign in to comment.