diff --git a/css/bootstrap.css b/css/bootstrap.css index b3c0e73d..cc228718 100644 --- a/css/bootstrap.css +++ b/css/bootstrap.css @@ -3850,9 +3850,9 @@ input[type="button"].btn-block { .list-group-item { position: relative; display: block; - padding: 0.9rem 1.25rem; + padding: 0.5rem 0.75rem; background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); } +} .list-group-item:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; } diff --git a/css/mviewerstudio.css b/css/mviewerstudio.css index aa9bab23..46f3017a 100644 --- a/css/mviewerstudio.css +++ b/css/mviewerstudio.css @@ -51,6 +51,18 @@ .list-group-item { background-color: #ffffff00; } + + .group_list { + background-color: #e1e1e1; + } + + .layer_item { + background-color: #e1e1e1; + } + + .group_list .layer_item { + background-color: #c5c5c5; + } .modal { overflow-y: auto !important; @@ -689,7 +701,7 @@ flex: 1 50%; } - .themes-list-item .theme-layer-list { + .themes-list-item .theme-layer-list .theme-group-list { flex: 1!important; } @@ -1381,4 +1393,9 @@ } .credits { padding-bottom: 15px; + } + #themes-list { + -webkit-user-select: none; /* Safari */ + -ms-user-select: none; /* IE 10 and IE 11 */ + user-select: none; /* Standard syntax */ } \ No newline at end of file diff --git a/index.html b/index.html index 9c8475f3..293c049b 100755 --- a/index.html +++ b/index.html @@ -219,7 +219,7 @@

Besoin d'aide ?

Dépublier Supprimer Prévisualiser - Enregistrer + Enregistrer
@@ -699,9 +699,9 @@

Thématiques & do

@@ -1902,7 +1902,7 @@