]> git.wh0rd.org - tt-rss.git/commitdiff
fix readonly/disabled textbox styles
authorAndrew Dolgov <noreply@fakecake.org>
Wed, 12 Aug 2015 15:27:21 +0000 (18:27 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Wed, 12 Aug 2015 15:27:21 +0000 (18:27 +0300)
css/dijit.css

index 05aee39abda266af66bdaa0d59c52ab3ef8a6952..3621d2cc7ba37fd266f808280a9b4ef28de63386 100644 (file)
@@ -551,8 +551,10 @@ button[disabled],
        cursor: not-allowed;
 }
 
+.claro .dijitTextBox.dijitTextBoxDisabled,
+.claro .dijitTextBox.dijitTextBoxDisabled .dijitInputInner,
 .claro .dijitTextBox.dijitReadOnly,
-.claro .dijitTextBox.dijitReadOnly .dijitInputField .dijitInputInner {
+.claro .dijitTextBox.dijitReadOnly .dijitInputInner {
        cursor: not-allowed;
        background-color: #eeeeee;
 }