mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
Binary file not shown.
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -284,7 +284,7 @@ module.controller('FeedDetailsCtrl', ['$scope', '$state', '$stateParams', 'FeedS
|
|||||||
$scope.unsubscribe = function() {
|
$scope.unsubscribe = function() {
|
||||||
var sub = $scope.sub;
|
var sub = $scope.sub;
|
||||||
var title = 'Unsubscribe';
|
var title = 'Unsubscribe';
|
||||||
var msg = 'Unsubscribe from ' + sub.name + ' ?';
|
var msg = 'Unsubscribe from ' + sub.name + '?';
|
||||||
var btns = [ {
|
var btns = [ {
|
||||||
result : 'cancel',
|
result : 'cancel',
|
||||||
label : 'Cancel'
|
label : 'Cancel'
|
||||||
|
|||||||
@@ -6,17 +6,6 @@
|
|||||||
input, button, select, textarea {
|
input, button, select, textarea {
|
||||||
font-family: inherit; /* what said above */
|
font-family: inherit; /* what said above */
|
||||||
}
|
}
|
||||||
/* My scroll speed hack, it is temporary */
|
|
||||||
.toolbar {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.entryList {
|
|
||||||
padding-top: 0!important;
|
|
||||||
}
|
|
||||||
/* needed for more scroll speed */
|
|
||||||
#uvTab {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
/* Change source-codes in feeds background to white */
|
/* Change source-codes in feeds background to white */
|
||||||
pre {
|
pre {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|||||||
Reference in New Issue
Block a user