mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 02:42:40 +02:00
Admin styling main buttons
This commit is contained in:
@@ -53,6 +53,24 @@ tr.highlight-even { background-color: #212121; }
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.core-mainpanel-block .btn {
|
||||
|
||||
color: #FFF;
|
||||
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
|
||||
background-color: #363636;
|
||||
background-image: linear-gradient(to bottom, #444, #222);
|
||||
background-repeat: repeat-x;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
|
||||
}
|
||||
|
||||
.core-mainpanel-block .btn:hover, .core-mainpanel-block .btn:focus, .core-mainpanel-block .btn:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
|
||||
color: #FFF;
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Uncomment if font-awesome/darkstrap overlay issue returns.
|
||||
.btn-primary > [class^="icon-"] {
|
||||
background-image: none;
|
||||
|
@@ -44,9 +44,11 @@ e-tabs fieldset { padding:0px ; padding-left:3px; border-top:0px;}
|
||||
.tab-border { border-left: 1px solid #ddd; }
|
||||
.tab-content { overflow: visible }
|
||||
|
||||
.core-mainpanel-block { text-align:center; width:110px; float:left; height:48px; display:block; padding:20px 5px 20px 5px; margin: 0px 6px 30px 6px; }
|
||||
.core-mainpanel-block { text-align:center; width:110px; float:left; height:80px; display:block; padding:15px; margin: 0px 2px -15px 2px; }
|
||||
.core-mainpanel-link-text { text-decoration: none; display:block; }
|
||||
|
||||
a.core-mainpanel-link-icon { height:80px; display:block; width: 100px; padding-top:20px; }
|
||||
a.core-mainpanel-link-icon:hover { text-decoration: none; filter: none; }
|
||||
a.core-mainpanel-link-icon
|
||||
|
||||
div.bbcode-panel {
|
||||
|
||||
@@ -967,6 +969,7 @@ li.rssRow > div {
|
||||
.media-manager {padding:20px; min-height:400px }
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
||||
body { background-color: rgb(68, 68, 68); }
|
||||
|
Reference in New Issue
Block a user