Bug 893029 - Consider making the tab 'plus' button a larger target

--HG--
extra : rebase_source : b065cdc5f81dd54a973fa303e8bea2c1e06d605f
This commit is contained in:
Rodrigo Silveira 2013-07-16 15:42:59 -07:00
parent 71a7916743
commit becb75f164

View File

@ -204,18 +204,15 @@ documenttab[selected] .documenttab-selection {
}
#tabs-controls {
margin-top: @metro_spacing_small@;
-moz-box-align: start;
-moz-box-orient: vertical;
padding: 0 @metro_spacing_small@;
}
#tabs-controls toolbarbutton {
margin: @toolbar_vertical_spacing@ @toolbar_horizontal_spacing@;
}
#newtab-button {
list-style-image: url(chrome://browser/skin/images/newtab-default.png);
/* Add some extra padding for a larger target */
padding: 18px 25px 30px;
}
/* Selection overlay and monocles ----------------------------------------------- */