aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/shaarli.css
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2015-03-06 21:29:56 +0100
committerArthurHoaro <arthur@hoa.ro>2015-03-12 20:27:16 +0100
commitbdd1715b249561ed919e4f03a06aec1f4c327335 (patch)
treeeb21225e95b1fd849a8404c7bfe9bff6f970a8cb /inc/shaarli.css
parent3a10fa0e3f0d0978dc359d1407b93fe425f44b25 (diff)
downloadShaarli-bdd1715b249561ed919e4f03a06aec1f4c327335.tar.gz
Shaarli-bdd1715b249561ed919e4f03a06aec1f4c327335.tar.zst
Shaarli-bdd1715b249561ed919e4f03a06aec1f4c327335.zip
Use awesomplete as autocomplete lib and remove jQuery - shaarli/Shaarli#148
* Add awesomplete dependancy (source + min + CSS) * Remove jQuery and jQuery-UI dependancy * Few CSS ajustements * Use tags complete list as RainTPL var (and display it as HTML) * Remove "disable jQuery" feature * Remove tag list web service
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r--inc/shaarli.css31
1 files changed, 19 insertions, 12 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css
index a88143ca..53a407c4 100644
--- a/inc/shaarli.css
+++ b/inc/shaarli.css
@@ -339,12 +339,15 @@ h1 {
339 339
340#editlinkform { 340#editlinkform {
341 height: 100%; 341 height: 100%;
342 color: #ffffff;
343 padding: 5px 5px 5px 15px; 342 padding: 5px 5px 5px 15px;
344 width: 80%; 343 width: 80%;
345 clear: left; 344 clear: left;
346} 345}
347 346
347#editlinkform label {
348 color: #ffffff;
349}
350
348#editlinkform textarea, #editlinkform .lf_input { 351#editlinkform textarea, #editlinkform .lf_input {
349 width: 100%; 352 width: 100%;
350} 353}
@@ -599,6 +602,17 @@ a.qrcode img {
599 margin-left: 40px; 602 margin-left: 40px;
600} 603}
601 604
605#changetag div {
606 float:left;
607}
608
609#changetag label {
610 padding: 5px;
611}
612
613#changetag li {
614 color: #000;
615}
602#configform td { 616#configform td {
603 color: #ccc; 617 color: #ccc;
604 font-size: 10pt; 618 font-size: 10pt;
@@ -691,17 +705,6 @@ a.qrcode img {
691 text-shadow: 2px 2px 1px #000000; 705 text-shadow: 2px 2px 1px #000000;
692} 706}
693 707
694/* Minimal customisation for jQuery widgets */
695.ui-autocomplete {
696 background-color: #fff;
697 padding-left: 5px;
698}
699
700.ui-state-hover {
701 background-color: #604dff;
702 color: #fff;
703}
704
705#linklist li.publicLinkHightLight { 708#linklist li.publicLinkHightLight {
706 background: #ffffff; 709 background: #ffffff;
707} 710}
@@ -856,6 +859,10 @@ div.dailyNoEntry {
856 text-align: right; 859 text-align: right;
857} 860}
858 861
862.white {
863 color: white;
864}
865
859/* For lazy images loading in picture wall. 866/* For lazy images loading in picture wall.
860 Using http://www.appelsiini.net/projects/lazyload 867 Using http://www.appelsiini.net/projects/lazyload
861*/ 868*/