Nuevo color para el menú principal
This commit is contained in:
parent
757a83fa40
commit
b2d6046ccf
1 changed files with 16 additions and 12 deletions
|
@ -4,7 +4,7 @@
|
||||||
/*
|
/*
|
||||||
* CirclePro Theme:
|
* CirclePro Theme:
|
||||||
*
|
*
|
||||||
* 1. GLOBAL
|
* 1. GENERAL
|
||||||
* 2. FONT ICONS
|
* 2. FONT ICONS
|
||||||
* 3. HEADER
|
* 3. HEADER
|
||||||
* 4. TOP-MENU
|
* 4. TOP-MENU
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
/* 1. GLOBAL */
|
/* 1. GENERAL */
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
|
|
||||||
#wrapper-top-menu,
|
#wrapper-top-menu,
|
||||||
|
@ -109,6 +109,7 @@ div.gravatar-with-child > img.gravatar:nth-child(2) {
|
||||||
}
|
}
|
||||||
|
|
||||||
p.breadcrumb {
|
p.breadcrumb {
|
||||||
|
padding: 10px 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -130,6 +131,10 @@ div#activity dt.icon {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-diff {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
/* 2. FONT ICONS */
|
/* 2. FONT ICONS */
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
|
@ -323,7 +328,7 @@ ul.social-menu .social-link-mail:hover a {
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
background-color: #3d454c;
|
background-color: #001a21;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -366,11 +371,12 @@ ul.social-menu .social-link-mail:hover a {
|
||||||
}
|
}
|
||||||
/* New object + button */
|
/* New object + button */
|
||||||
#main-menu li a.new-object {
|
#main-menu li a.new-object {
|
||||||
background-color: #3d454c;
|
background-color: #001a21;
|
||||||
}
|
}
|
||||||
#main-menu .menu-children {
|
#main-menu .menu-children {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
background: transparent;
|
||||||
}
|
}
|
||||||
#main-menu .menu-children,
|
#main-menu .menu-children,
|
||||||
#main-menu .menu-children li {
|
#main-menu .menu-children li {
|
||||||
|
@ -378,15 +384,13 @@ ul.social-menu .social-link-mail:hover a {
|
||||||
}
|
}
|
||||||
#main-menu .menu-children li a {
|
#main-menu .menu-children li a {
|
||||||
padding: 10px 25px;
|
padding: 10px 25px;
|
||||||
}
|
background: rgba(0, 26, 33, 0.9);
|
||||||
#main-menu .menu-children li a {
|
|
||||||
background: #3d454c;
|
|
||||||
color: #9da2a6;
|
color: #9da2a6;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
#main-menu .menu-children li a:hover {
|
#main-menu .menu-children li a:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #3d454c;
|
background: #001a21;
|
||||||
}
|
}
|
||||||
/* Tab buttons */
|
/* Tab buttons */
|
||||||
#main-menu div.tabs-buttons {
|
#main-menu div.tabs-buttons {
|
||||||
|
@ -394,7 +398,7 @@ ul.social-menu .social-link-mail:hover a {
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #3d454c;
|
background: #001a21;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
@ -407,12 +411,12 @@ ul.social-menu .social-link-mail:hover a {
|
||||||
width: 25px;
|
width: 25px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
background: #3d454c;
|
background: #001a21;
|
||||||
color: #9da2a6;
|
color: #9da2a6;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
#main-menu button.tab-left:hover, #main-menu button.tab-right:hover {
|
#main-menu button.tab-left:hover, #main-menu button.tab-right:hover {
|
||||||
background-color: #3d454c;
|
background-color: #001a21;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
#main-menu button.tab-left:focus, #main-menu button.tab-right:focus {
|
#main-menu button.tab-left:focus, #main-menu button.tab-right:focus {
|
||||||
|
@ -431,7 +435,7 @@ ul.social-menu .social-link-mail:hover a {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
#main-menu button.tab-left.disabled, #main-menu button.tab-right.disabled {
|
#main-menu button.tab-left.disabled, #main-menu button.tab-right.disabled {
|
||||||
background-color: #3d454c;
|
background-color: #001a21;
|
||||||
cursor: unset;
|
cursor: unset;
|
||||||
color: #777;
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue