Created
April 9, 2018 21:06
-
-
Save 0x4a/18e95a75c7d218b988881ab78fac245b to your computer and use it in GitHub Desktop.
#userstyle for #plentymarkets backend COMPACT MODE with tweaks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Source: https://forum.plentymarkets.com/t/finale-abschaltung-der-alten-blauen-backend-oberflaeche/179294/109 with some tweaks */ | |
table.PlentyGuiTable tr td { | |
line-height: 20px !important; | |
} | |
#AdminStartpageSortableId table td { | |
border-bottom: 1px solid #cacaca !important; | |
} | |
#AdminStartpageSortableId table tr { | |
border-bottom: 1px solid #9d9d9d !important; | |
} | |
#AdminStartpageSortableId .BoxElementContent { | |
border: 1px solid #cacaca !important; | |
background-color: #f5f5f5 !important; | |
} | |
.PlentyGuiBoxHeader { | |
padding: 10px 0px 5px; | |
} | |
.link { | |
font-weight: 500; | |
} | |
.navbar navbar-fixed-top bg-faded { | |
background: #2F323A; | |
} | |
.primary_nav_plenty[_ngcontent-c4] nav[_ngcontent-c4] { | |
background: #2F323A; | |
} | |
.gwt-PasswordTextBox, | |
.gwt-DateBox, | |
.gwt-DateBox.PlentyDateBox, | |
.gwt-SuggestBox, | |
.PlentyPasswordBox, | |
.plentyListBoxCrossBrowserCSS, | |
.gwt-TextArea, | |
.gwt-DateBox, | |
input[type="text"], | |
input[type="password"], | |
input.gwt-TextBox, | |
textarea, | |
.PlentyDynamicMultiListBox, | |
.adminTagWidget { | |
background-color: #ffffff; | |
border: 1px solid !important; | |
} | |
.primary_nav_plenty[_ngcontent-c4] nav[_ngcontent-c4] .navbar-nav[_ngcontent-c4] .nav-item[_ngcontent-c4] .nav-link[_ngcontent-c4] span[class*=" icon-"][_ngcontent-c4] { | |
vertical-align: middle; | |
color: #ffffff !important; | |
} | |
.tree-container[_ngcontent-c9] { | |
background-color: #9e9e9e !important; | |
} | |
body { | |
color: #3c3c3c !important; | |
} | |
.gwt-TextBox { | |
color: #949494 !important; | |
} | |
.primary_nav_plenty[_ngcontent-c4] nav[_ngcontent-c4] .navbar-nav[_ngcontent-c4] .nav-item.navbar-brand-desktop[_ngcontent-c4] .nav-link[_ngcontent-c4] { | |
padding: 0 5px; | |
margin-right: 5px; | |
} | |
.primary_nav_plenty[_ngcontent-c4] nav[_ngcontent-c4] .navbar-nav[_ngcontent-c4] .nav-item[_ngcontent-c4] .nav-link[_ngcontent-c4] { | |
line-height: 50px; | |
height: 50px; | |
} | |
.primary_nav_plenty[_ngcontent-c4] nav[_ngcontent-c4] .navbar-nav[_ngcontent-c4] .nav-item[_ngcontent-c4] .user-image[_ngcontent-c4] { | |
width: 25px; | |
height: 25px; | |
margin: 10px; | |
} | |
.tabs[_ngcontent-c5] { | |
top: 50px; | |
height: 35px; | |
} | |
.tabs[_ngcontent-c5] .nav-item[_ngcontent-c5] { | |
height: 27px; | |
} | |
.iframeView { | |
top: 85px; | |
} | |
.PlentyDataTableTBody .PlentyDataTableTD { | |
height: 25px; | |
} | |
.double-bounce1[_ngcontent-c7], | |
.double-bounce2[_ngcontent-c7] { | |
width: 50px; | |
height: 50px; | |
} | |
.tabs[_ngcontent-c5] .nav-item[_ngcontent-c5] .nav-link[_ngcontent-c5], | |
.tabs[_ngcontent-c5] .nav-item[_ngcontent-c5] .dropdown-toggle[_ngcontent-c5] { | |
line-height: 30px; | |
} | |
.gwt-TabLayoutPanelTabs { | |
height: 20px; | |
} | |
.gwt-TabLayoutPanel.PlentyTabLayoutPanel>.Tabs { | |
height: 21px!important; | |
} | |
.gwt-TabLayoutPanelTab, | |
.gwt-TabLayoutPanelTabFIX { | |
height: 20px!important; | |
line-height: 20px!important; | |
} | |
.gwt-SplitLayoutPanel .gwt-TabLayoutPanel.PlentyTabLayoutPanel>.Content { | |
top: 25px!important; | |
} | |
.gwt-Label.PlentyTabTitleLabel { | |
top: 1px; | |
} | |
button.adminButton { | |
line-height: 20px!important; | |
height: 20px; | |
} | |
*[class^="icon-"], | |
*[class*=" icon-"] { | |
font-size: 15px; | |
} | |
.gwt-TextBox, | |
.gwt-PasswordTextBox, | |
.gwt-DateBox, | |
.gwt-DateBox.PlentyDateBox, | |
.gwt-SuggestBox, | |
.PlentyPasswordBox, | |
.plentyListBoxCrossBrowserCSS { | |
height: 15px; | |
padding: 0px 10px; | |
} | |
.PlentyPager { | |
height: 20px!important; | |
} | |
.adminFixScrollPanelContent.hasButtonRowBefore.hasPaginationBefore { | |
top: 54px; | |
} | |
thead.PlentyDataTableTHead { | |
height: 20px; | |
} | |
.PlentyDataTableTH { | |
line-height: 15px; | |
} | |
.PlentyDataTableTH, | |
.PlentyDataTableTFoot>tr>td { | |
padding: 0px 7px 3px 6px; | |
} | |
tbody.PlentyDataTableTBody { | |
top: 25px; | |
} | |
.PlentyListBoxOpenListSpan { | |
top: 0px; | |
} | |
.PlentyConfigTableCell { | |
line-height: 15px; | |
} | |
*[class^="icon-"], | |
*[class*=" icon-"] { | |
padding: 0px; | |
} | |
table.PlentyGuiTable tr th, | |
table.PlentyGuiTable tr td { | |
height: 25px; | |
line-height: 25px; | |
} | |
#AdminStartpageSortableId .startpageStatisticContent { | |
padding: 0px; | |
} | |
.terraIcon { | |
height: 20px !important; | |
width: 20px !important; | |
line-height: 20px !important; | |
font-size: 100%; | |
} | |
.PlentyGuiBoxHeader { | |
padding: 0px 0px 5px; | |
} | |
.PlentyGuiBoxElement { | |
margin: 2px 5px; | |
} | |
.gwt-TextArea, | |
.gwt-DateBox, | |
input[type="text"], | |
input[type="password"], | |
input.gwt-TextBox, | |
textarea, | |
.gwt-TextBox, | |
.gwt-DataBox, | |
.plentyListBoxCrossBrowserCSS, | |
.adminListPopupWrapper, | |
.PlentyPasswordBox { | |
line-height: 20px; | |
} | |
.adminPortletHeader, | |
.PlentyPortlet.TicketMessagePublic>.PlentyPortletHeader, | |
.PlentyPortlet.TicketMessageConfidential>.PlentyPortletHeader, | |
.PlentyPortlet.TicketMessageTodo>.PlentyPortletHeader { | |
padding: 0px 0; | |
} | |
.adminOrderSearchPortlet .adminOrderSearchTextRow { | |
padding: 0px; | |
} | |
.adminOrderSearchPortlet .adminClientDataList { | |
padding: 2px; | |
} | |
.adminOrderSearchPortlet .adminOrderSearchArticleTable>div>div { | |
padding: 0px 2px; | |
} | |
.adminEllipsisLabelAbsoluteWrapper>.adminTooltipEllipsisLabel { | |
line-height: 20px; | |
} | |
.adminEllipsisLabelAbsoluteWrapper { | |
height: 15px; | |
margin: 0px 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment