mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
+ Remove the title of the "New Tabs" at the suggestion of Beltzner
+ Made the titles more beautiful in the new tabs group.
This commit is contained in:
parent
c09847b1f5
commit
62cf6a56a6
@ -245,11 +245,18 @@ body {
|
||||
-moz-box-shadow: none;
|
||||
}
|
||||
|
||||
.newTabGroup .name{
|
||||
color: #414141 !important;
|
||||
.inNewTabGroup .tab-title{
|
||||
color: #2C2C2C;
|
||||
text-shadow: 0px 1px 0px rgba(255,255,255,.25);
|
||||
}
|
||||
|
||||
|
||||
.newTabGroup .name{
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.newTabAnimatee{
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
|
Loading…
Reference in New Issue
Block a user