View difference between Paste ID: 0c1zR2G5 and jDDdi3kn
SHOW: | | - or go back to the newest paste.
1
border-radius: 6px;
2
3
/* hide the Back button when there's nothing to go back to */
4
#back-button[disabled="true"] {
5
  display: none !important;
6
}
7
/* hide the Forward button when there's nothing to go forward to */
8
#forward-button[disabled="true"] {
9
display:none !important;
10
}
11
/*Change bookmark font*/
12-
#forward-button{
12+
13-
padding-right:0px !important;
13+
14
15
/*Remove dropdown marker*/
16
.toolbarbutton-menu-dropmarker
17
{
18
   display: none !important;
19
}
20
21
/*Remove tabbar border*/
22
.tabbrowser-tabs{
23
border:none !important;
24
padding-top: 10px !important;
25
}
26
27
/*transparent url bar*/
28
#urlbar{
29
background-position: right !important;
30
-moz-appearance: none !important;
31
border: 0 !important;
32
margin: 0 !important;
33
padding-top: 5 !important;
34
height: 22px !important;
35
}
36
37
38
#urlbar-icons > #star-button
39
{
40
display:   none !important;
41
}
42
43
#urlbar-icons > #go-button
44
{
45
   display:   none !important;
46
}
47
48
#feed-button
49
{
50
display: none !important
51
}
52
53
.autocomplete-history-dropmarker { display: none !important;}