Changed nav css
This commit is contained in:
parent
2940c786fa
commit
2c2245a371
@ -1 +1 @@
|
|||||||
CACHE MANIFEST
# v21
CACHE:
index.html
viewer.html
css/main-min.css
js/main-min.js
js/require.js
img/ajax-loader.gif
img/glyphicons-halflings.png
img/glyphicons-halflings-white.png
img/icons.png
img/stackedit-32.ico
img/stackedit-promo.png
NETWORK:
*
|
CACHE MANIFEST
# v22
CACHE:
index.html
viewer.html
css/main-min.css
js/main-min.js
js/require.js
img/ajax-loader.gif
img/glyphicons-halflings.png
img/glyphicons-halflings-white.png
img/icons.png
img/stackedit-32.ico
img/stackedit-promo.png
NETWORK:
*
|
||||||
|
4
css/main-min.css
vendored
4
css/main-min.css
vendored
@ -5407,7 +5407,9 @@ textarea,
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
.nav .dropdown-toggle .caret {
|
.nav .dropdown-toggle .caret,
|
||||||
|
.nav .dropdown-toggle:hover .caret,
|
||||||
|
.nav .dropdown-toggle:focus .caret {
|
||||||
border-top-color: #000;
|
border-top-color: #000;
|
||||||
border-bottom-color: #000;
|
border-bottom-color: #000;
|
||||||
}
|
}
|
||||||
|
@ -80,7 +80,9 @@ textarea,
|
|||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav .dropdown-toggle .caret {
|
.nav .dropdown-toggle .caret,
|
||||||
|
.nav .dropdown-toggle:hover .caret,
|
||||||
|
.nav .dropdown-toggle:focus .caret {
|
||||||
border-top-color: #000;
|
border-top-color: #000;
|
||||||
border-bottom-color: #000;
|
border-bottom-color: #000;
|
||||||
}
|
}
|
||||||
|
@ -133,7 +133,7 @@ define(["jquery", "core", "async-runner"], function($, core, asyncRunner) {
|
|||||||
}
|
}
|
||||||
else if(error.code === 412) {
|
else if(error.code === 412) {
|
||||||
// We may have missed a file update
|
// We may have missed a file update
|
||||||
localStorage.removeItem("sync.gdrive.lastChangeId");
|
localStorage.removeItem("gdrive.lastChangeId");
|
||||||
error = 'Conflict on file ID "' + fileId + '". Please restart the synchronization.';
|
error = 'Conflict on file ID "' + fileId + '". Please restart the synchronization.';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
js/main-min.js
vendored
2
js/main-min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user