tabcaution no longer exists
This commit is contained in:
@@ -700,19 +700,6 @@ ul#topmenu span.tab {
|
|||||||
color: #666666;
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* disabled drop/empty tabs */
|
|
||||||
ul#topmenu span.tabcaution {
|
|
||||||
color: #ff6666;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* enabled drop/empty tabs */
|
|
||||||
ul#topmenu a.tabcaution {
|
|
||||||
color: #FF0000;
|
|
||||||
}
|
|
||||||
ul#topmenu a.tabcaution:hover {
|
|
||||||
color: #FFFFFF;
|
|
||||||
background-color: #FF0000;
|
|
||||||
}
|
|
||||||
fieldset.caution a {
|
fieldset.caution a {
|
||||||
color: #FF0000;
|
color: #FF0000;
|
||||||
}
|
}
|
||||||
@@ -796,10 +783,9 @@ ul#topmenu > li.active {
|
|||||||
border-bottom: 1pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
|
border-bottom: 1pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* disabled drop/empty tabs */
|
/* disabled tabs */
|
||||||
ul#topmenu span.tab,
|
ul#topmenu span.tab,
|
||||||
a.error,
|
a.error {
|
||||||
ul#topmenu span.tabcaution {
|
|
||||||
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
|
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
|
||||||
}
|
}
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
@@ -894,19 +894,6 @@ ul#topmenu span.tab {
|
|||||||
color: #666666;
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* disabled drop/empty tabs */
|
|
||||||
ul#topmenu span.tabcaution {
|
|
||||||
color: #ff6666;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* enabled drop/empty tabs */
|
|
||||||
ul#topmenu a.tabcaution {
|
|
||||||
color: #FF0000;
|
|
||||||
}
|
|
||||||
ul#topmenu a.tabcaution:hover {
|
|
||||||
color: #FFFFFF;
|
|
||||||
background-color: #FF0000;
|
|
||||||
}
|
|
||||||
fieldset.caution a {
|
fieldset.caution a {
|
||||||
color: #FF0000;
|
color: #FF0000;
|
||||||
}
|
}
|
||||||
@@ -990,10 +977,9 @@ ul#topmenu > li.active {
|
|||||||
border-right:0px;
|
border-right:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* disabled drop/empty tabs */
|
/* disabled tabs */
|
||||||
ul#topmenu span.tab,
|
ul#topmenu span.tab,
|
||||||
a.error,
|
a.error {
|
||||||
ul#topmenu span.tabcaution {
|
|
||||||
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
|
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
|
||||||
color:#ccc;
|
color:#ccc;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user