1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

[icons] rm '.non-text-link'

This commit is contained in:
llj
2016-04-12 17:15:20 +08:00
parent d4f5bc4817
commit ce65a157d0
4 changed files with 5 additions and 8 deletions

View File

@@ -466,9 +466,6 @@ p { margin:0.5em 0; }
.no-deco:hover { .no-deco:hover {
text-decoration:none; text-decoration:none;
} }
.non-text-link:hover {
text-decoration:none;
}
.input-disabled {/* for type="password/text" etc*/ .input-disabled {/* for type="password/text" etc*/
background:#ebebe4; background:#ebebe4;
} }

View File

@@ -47,7 +47,7 @@
{% endif %} {% endif %}
<div data-url="{% url 'unseen_notices_count' %}" id="msg-count" class="fleft"> <div data-url="{% url 'unseen_notices_count' %}" id="msg-count" class="fleft">
<a href="#" class="non-text-link" id="notice-icon" title="{% trans "Notifications" %}"> <a href="#" class="no-deco" id="notice-icon" title="{% trans "Notifications" %}">
<span class="sf2-icon-bell"></span> <span class="sf2-icon-bell"></span>
<span class="num hide">0</span> <span class="num hide">0</span>
</a> </a>
@@ -64,7 +64,7 @@
</div> </div>
<div id="account" class="fright"> <div id="account" class="fright">
<a id="my-info" href="#" class="non-text-link"> <a id="my-info" href="#" class="no-deco">
{% avatar request.user 36 %} <span class="icon-caret-down vam"></span> {% avatar request.user 36 %} <span class="icon-caret-down vam"></span>
</a> </a>
<div id="user-info-popup" class="top-info-popup hide"> <div id="user-info-popup" class="top-info-popup hide">

View File

@@ -58,7 +58,7 @@
{% endif %} {% endif %}
<div id="msg-count" class="fleft"> <div id="msg-count" class="fleft">
<a href="#" class="non-text-link" id="notice-icon" title="{% trans "Notifications" %}"> <a href="#" class="no-deco" id="notice-icon" title="{% trans "Notifications" %}">
<span class="sf2-icon-bell"></span> <span class="sf2-icon-bell"></span>
<span class="num hide">0</span> <span class="num hide">0</span>
</a> </a>
@@ -75,7 +75,7 @@
</div> </div>
<div id="account" class="fright"> <div id="account" class="fright">
<a id="my-info" href="#" class="non-text-link"> <a id="my-info" href="#" class="no-deco">
{% avatar request.user 36 %} <span class="icon-caret-down vam"></span> {% avatar request.user 36 %} <span class="icon-caret-down vam"></span>
</a> </a>
<div id="user-info-popup" class="top-info-popup hide"> <div id="user-info-popup" class="top-info-popup hide">

View File

@@ -11,7 +11,7 @@
{% block main_panel %} {% block main_panel %}
<div id="view-hd"> <div id="view-hd">
<h2>{{ filename }} <h2>{{ filename }}
<a id="file-star" class="non-text-link {% if is_starred %}icon-star{% else %}icon-star-empty{% endif %}" href="#"></a> <a id="file-star" class="no-deco {% if is_starred %}icon-star{% else %}icon-star-empty{% endif %}" href="#"></a>
{% if is_pro %} {% if is_pro %}
<img class="file-locked-icon cspt vam {% if not file_locked %}hide{% endif %}" width="16" src="{{ MEDIA_URL }}img/file-locked-32.png" alt="{% trans "locked" %}" title="{% trans "locked" %}" /> <img class="file-locked-icon cspt vam {% if not file_locked %}hide{% endif %}" width="16" src="{{ MEDIA_URL }}img/file-locked-32.png" alt="{% trans "locked" %}" title="{% trans "locked" %}" />
{% endif %} {% endif %}