Banner changing and title editing

from Appchan X
This commit is contained in:
seaweedchan 2013-08-16 01:52:28 -07:00
parent faa8ee63b0
commit 7f52115b38
6 changed files with 244 additions and 829 deletions

View File

@ -1,5 +1,5 @@
/*
* 4chan X - Version 1.2.30 - 2013-08-15
* 4chan X - Version 1.2.30 - 2013-08-16
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -57,6 +57,10 @@ Config =
true
'Show dice that were entered into the email field.'
]
'Custom Board Titles': [
true
'Allow editing of the board titles'
]
'Show Updated Notifications': [
true
'Show notifications when 4chan X is successfully updated.'

View File

@ -143,6 +143,7 @@ Main =
'Index Navigation': Nav
'Keybinds': Keybinds
'Show Dice Roll': Dice
'Banner': Banner
# c.timeEnd 'All initializations'

View File

@ -1021,6 +1021,12 @@ a:only-of-type > .remove {
cursor: pointer;
text-decoration: none !important;
}
/* Custom Board Titles */
.boardTitle[contenteditable="true"],
.boardSubtitle[contenteditable="true"] {
cursor: text !important;
}
/* Link Title Favicons */
.linkify.YouTube {
background: transparent url('data:image/png;base64,<%= grunt.file.read("src/General/img/links/youtube.png", {encoding: "base64"}) %>') center left no-repeat!important;