Skip to content

Commit

Permalink
#1646 Metro theme design update
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Apr 7, 2015
1 parent 5ba8c65 commit 7c0567a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 32 deletions.
5 changes: 5 additions & 0 deletions metro/css/common.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,11 @@
border: 1px solid <?php echo $GLOBALS['cfg']['BrowseWarningColor']; ?>;
}

fieldset.caution legend
{
background-color: #fff;
}

fieldset.caution a
{
font-family: 'Open Sans Bold';
Expand Down
34 changes: 2 additions & 32 deletions metro/css/navigation.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@

img.ic_b_home, img.ic_s_loggoff, img.ic_b_docs, img.ic_b_sqlhelp, img.ic_s_reload
{
display: none;
-webkit-filter: invert(70%);
filter: invert(70%);
}

#navipanellinks a
Expand All @@ -172,37 +173,6 @@
color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
}

#navipanellinks a:first-child:before
{
font-family: 'IcoMoon';
content: "!";
}

#navipanellinks a:nth-child(2):before
{
font-family: 'IcoMoon';
content: "\e040";
}

#navipanellinks a:nth-child(3):before
{
font-family: 'IcoMoon';
content: "";
}

#navipanellinks a:nth-child(4):before
{
font-family: 'IcoMoon';
content: "";
}

#navipanellinks a:nth-child(5):before
{
font-family: 'IcoMoon';
content: "";
}


#pma_navigation #serverChoice,
#pma_navigation #databaseList,
#pma_navigation div.pageselector.dbselector {
Expand Down

0 comments on commit 7c0567a

Please sign in to comment.